Commit 1ae27b04 by Bjorn Neergaard Committed by GitHub

fix: Fix test failures after merge of #4686 (#4753)

A lack of a rebase before merge kept this intersection of changes from
being properly tested.
parent 9d89b4aa
......@@ -1008,8 +1008,8 @@ def test_exporter_can_export_requirements_txt_with_nested_packages_and_multiple_
content = f.read()
expected = """\
bar==7.8.9; platform_system != "Windows" or platform_system == "Windows"
baz==10.11.13; platform_system == "Windows"
bar==7.8.9 ; platform_system != "Windows" or platform_system == "Windows"
baz==10.11.13 ; platform_system == "Windows"
foo==1.2.3
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment