locker/installer: drop support for reading very old lock files (prior… #27
Annotations
6 errors
Run poetry run -C .. pytest -v:
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"
? ^^^
|
Run poetry run -C .. pytest -v:
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"
? ^^^
|
Run poetry run -C .. pytest -v:
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"
? ^ ^
|
Run poetry run -C .. pytest -v:
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
|
Run poetry run -C .. pytest -v:
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"
? ^ ^
|
Run poetry run -C .. pytest -v
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading