diff --git a/tests/utils/test_exporter.py b/tests/utils/test_exporter.py index dc80171284e..5f6f80556a6 100644 --- a/tests/utils/test_exporter.py +++ b/tests/utils/test_exporter.py @@ -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 """