ci: modernize based on poetry #13
Annotations
10 errors
Run poetry run pytest --integration -v:
tests/masonry/builders/test_complete.py#L118
test_complete[False]
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/complete/dist/my_package-1.2.3-py3-none-any.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_complete.py#L62
test_wheel_c_extension[extended-extended]
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/dist/extended-0.1-cp310-cp310-manylinux_2_35_x86_64.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_complete.py#L62
test_wheel_c_extension[extended_with_no_setup-extended]
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended_with_no_setup/dist/extended-0.1-cp310-cp310-manylinux_2_35_x86_64.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_sdist.py#L522
test_src_excluded_nested_data
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/exclude_nested_data_toml/dist/my_package-1.2.3.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/exclude_nested_data_toml/dist/my_package-1.2.3.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/exclude_nested_data_toml/dist/my_package-1.2.3.tar.gz').exists
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_wheel.py#L172
test_wheel_package_src
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_package/dist/package_src-0.1-py2.py3-none-any.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_sdist.py#L630
test_sdist_package_pep_561_stub_only
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/pep_561_stub_only/dist/pep_561_stubs-0.1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/pep_561_stub_only/dist/pep_561_stubs-0.1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/pep_561_stub_only/dist/pep_561_stubs-0.1.tar.gz').exists
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_sdist.py#L576
test_includes
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/with-include/dist/with_include-1.2.3.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/with-include/dist/with_include-1.2.3.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/with-include/dist/with_include-1.2.3.tar.gz').exists
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_wheel.py#L299
test_wheel_includes_licenses_in_correct_paths
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/licenses_and_copying/dist/my_package-1.2.3-py3-none-any.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_wheel.py#L125
test_wheel_excluded_nested_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/exclude_nested_data_toml/dist/my_package-1.2.3-py3-none-any.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/test_builder.py#L81
test_builder_creates_packages_in_dist_directory_if_no_output_is_specified[sdist]
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/complete/dist'
|
Loading