Skip to content

refactor installer extras handling, fix small bug, drop support for very old lock files #248

refactor installer extras handling, fix small bug, drop support for very old lock files

refactor installer extras handling, fix small bug, drop support for very old lock files #248

Triggered via pull request May 3, 2024 04:02
Status Failure
Total duration 5m 30s
Artifacts

tests.yaml

on: pull_request
Detect changed files
3s
Detect changed files
Check poetry.lock
12s
Check poetry.lock
Check fixtures (PyPI)
0s
Check fixtures (PyPI)
Matrix: tests-matrix
Smoke-test build and install
33s
Smoke-test build and install
Fit to window
Zoom out
Zoom in

Annotations

91 errors
Ubuntu (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Ubuntu (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.8) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Ubuntu (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Ubuntu (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.11) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Ubuntu (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Ubuntu (Python 3.9) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Ubuntu (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Ubuntu (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.10) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Ubuntu (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Ubuntu (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///home/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Ubuntu (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Ubuntu (Python 3.12) / pytest (poetry-plugin-export)
Process completed with exit code 1.
macOS (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
macOS (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.10) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Windows (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Windows (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Windows (Python 3.12) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Windows (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Windows (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Windows (Python 3.8) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Windows (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Windows (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Windows (Python 3.9) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Windows (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Windows (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Windows (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.11) / pytest (poetry-plugin-export)
Process completed with exit code 1.
macOS (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
macOS (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.11) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.11) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Windows (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
Windows (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///D:/a/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
Windows (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.10) / pytest (poetry-plugin-export): poetry-plugin-export\tests\test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
Windows (Python 3.10) / pytest (poetry-plugin-export)
Process completed with exit code 1.
macOS (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
macOS (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.12) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.12) / pytest (poetry-plugin-export)
Process completed with exit code 1.
macOS (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
macOS (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.8) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.8) / pytest (poetry-plugin-export)
Process completed with exit code 1.
macOS (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L192
test_exporter_can_export_requirements_txt_with_standard_packages_and_markers assert 'bar==4.5.6 ;...ion < "4.0"\n' == 'bar==4.5.6 ;...ion < "3.7"\n' bar==4.5.6 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "4.0" and sys_platform == "win32" ? ------------- --------------- ---------------------------- + baz==7.8.9 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" - foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo==1.2.3 ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1456
test_exporter_can_export_requirements_txt_with_file_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/distributions/demo-0.1.0.tar.gz ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L459
test_exporter_can_export_requirements_txt_with_nested_packages_and_markers assert <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> == <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> + where <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0"> = <Dependency a (==1.2.3)>.marker + and <MarkerUnion python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7"> = <Dependency a (==1.2.3)>.marker
macOS (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1373
test_exporter_can_export_requirements_txt_with_directory_packages_and_markers assert 'foo @ file:/...ion < "4.0"\n' == 'foo @ file:/...ion < "3.7"\n' - foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^^^ + foo @ file:///Users/runner/work/poetry/poetry/poetry-plugin-export/tests/fixtures/sample_project ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^^^
macOS (Python 3.9) / pytest (poetry-plugin-export): poetry-plugin-export/tests/test_exporter.py#L1227
test_exporter_can_export_requirements_txt_with_git_packages_and_markers assert 'foo @ git+ht...ion < "4.0"\n' == 'foo @ git+ht...ion < "3.7"\n' - foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "3.7" ? ^ ^ + foo @ git+https://github.com/foo/foo.git@abcdef ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.6" and python_version < "4.0" ? ^ ^
macOS (Python 3.9) / pytest (poetry-plugin-export)
Process completed with exit code 1.
Status
Process completed with exit code 1.