ci: modernize based on poetry #12
Annotations
8 errors
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-cp38-cp38-manylinux_2_35_x86_64.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_sdist.py#L597
test_includes_with_inline_table
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/with_include_inline_table/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_inline_table/dist/with_include-1.2.3.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/with_include_inline_table/dist/with_include-1.2.3.tar.gz').exists
|
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-cp38-cp38-manylinux_2_35_x86_64.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/test_builder.py#L88
test_builder_creates_packages_in_dist_directory_if_no_output_is_specified[all]
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/complete/dist'
|
Run poetry run pytest --integration -v:
tests/integration/test_pep517.py#L45
test_pep517_build_sdist
build._exceptions.BuildBackendException: Backend subprocess exited when trying to invoke build_sdist
|
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_sdist.py#L362
test_with_c_extensions[extended]
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/dist/extended-0.1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/dist/extended-0.1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/dist/extended-0.1.tar.gz').exists
|
Run poetry run pytest --integration -v
Process completed with exit code 1.
|
Loading