ci: modernize based on poetry #13
Annotations
10 errors
Run poetry run pytest --integration -v:
tests/masonry/builders/test_wheel.py#L287
test_wheel_package_pep_561_stub_only_includes_typed_marker
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/pep_561_stub_only_partial/dist/pep_561_stubs-0.1-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[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/masonry/builders/test_wheel.py#L259
test_wheel_package_pep_561_stub_only[pep_561_stub_only]
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/pep_561_stub_only/dist/pep_561_stubs-0.1-py3-none-any.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_wheel.py#L197
test_wheel_build_script_creates_package
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/build_script_creates_package/dist/my_package-0.1-cp311-cp311-manylinux_2_35_x86_64.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:
tests/masonry/builders/test_sdist.py#L412
test_with_src_module_file
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_file/dist/module_src-0.1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_file/dist/module_src-0.1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_file/dist/module_src-0.1.tar.gz').exists
|
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#L160
test_wheel_localversionlabel
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/localversionlabel/dist/localversionlabel-0.1b1+gitbranch.buildno.1-py2.py3-none-any.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_sdist.py#L437
test_with_src_module_dir
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_package/dist/package_src-0.1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_package/dist/package_src-0.1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/source_package/dist/package_src-0.1.tar.gz').exists
|
Loading