locker/installer: drop support for reading very old lock files (prior… #27
tests.yaml
on: push
Annotations
91 errors
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#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#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):
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#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)
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#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#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#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):
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)
Process completed with exit code 1.
|
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#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#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#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#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.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#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):
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#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)
Process completed with exit code 1.
|
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#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):
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#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#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)
Process completed with exit code 1.
|
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#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):
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#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)
Process completed with exit code 1.
|
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):
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#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#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)
Process completed with exit code 1.
|
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):
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#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)
Process completed with exit code 1.
|
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#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#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):
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)
Process completed with exit code 1.
|
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):
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#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#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)
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#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):
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)
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#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#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#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.
|
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#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#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#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#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.
|
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#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):
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#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#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)
Process completed with exit code 1.
|
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#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#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#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):
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)
Process completed with exit code 1.
|
Status
Process completed with exit code 1.
|