PoC: automatically create a pinned
extra with dependencies pinned from the lock file
#516
Annotations
11 errors
Run /./.github/actions/bootstrap-poetry
[notice] A new release of pip is available: 21.1.1 -> 24.2
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L68
test_build_creates_packages_in_dist_directory_if_no_output_is_specified[sdist]
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L68
test_build_creates_packages_in_dist_directory_if_no_output_is_specified[all]
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/n3/x0zngmn15fzg2jfkglj4ys4w0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
RuntimeError: lock file version too old
|
Run poetry run pytest --integration -v:
tests/console/commands/test_publish.py#L222
test_publish_dist_dir_and_build_options[../dist]
RuntimeError: lock file version too old
|
Loading