Skip to content
Snippets Groups Projects
Commit d5401ea2 authored by Moul's avatar Moul
Browse files

unit_tests:3.12: Display dependencies tree, and allow to fail

allow_failure
https://docs.gitlab.com/ee/ci/yaml/#allow_failure

To understand from which dependency is https://pypi.org/project/rpds-py/
coming from
parent 07b850e1
No related branches found
No related tags found
No related merge requests found
Pipeline #32666 canceled
This commit is part of merge request !247. Comments created here will be created in the context of that merge request.
......@@ -131,6 +131,11 @@ unit_tests:3.12:
extends: .tests
variables:
PYTHON_VERSION: "3.12"
script:
- poetry install
- poetry run pytest tests/unit
- poetry show --tree
allow_failure: true
.image:
stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment