ci: modernize based on poetry #13
Annotations
7 errors
Run poetry run pytest --integration -v:
tests/masonry/test_api.py#L92
test_build_wheel_extended
subprocess.CalledProcessError: Command '['/home/runner/.cache/pypoetry/virtualenvs/poetry-core-HeJ-gH-W-py3.9/bin/python', '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/setup.py', 'build', '-b', '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/build', '--build-purelib', '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/build/lib', '--build-platlib', '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/extended/build/lib.linux-x86_64-cpython-39']' returned non-zero exit status 1.
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_sdist.py#L667
test_sdist_mtime_zero
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1.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#L336
test_module
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1.tar.gz').exists
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_wheel.py#L63
test_wheel_module
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/module1/dist/module1-0.1-py2.py3-none-any.whl'
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_sdist.py#L350
test_prelease
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/prerelease/dist/prerelease-0.1b1.tar.gz')>()
+ where <bound method Path.exists of PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/prerelease/dist/prerelease-0.1b1.tar.gz')> = PosixPath('/home/runner/work/poetry-core/poetry-core/tests/masonry/builders/fixtures/prerelease/dist/prerelease-0.1b1.tar.gz').exists
|
Run poetry run pytest --integration -v
Process completed with exit code 1.
|
Loading