ci: remove AdditionalTests dependency on pytest job
This commit is contained in:
@@ -28,7 +28,6 @@ pytest:
|
||||
tests-3.11:
|
||||
stage: AdditionalTests
|
||||
image: $CI_DOCKER_REGISTRY/python:3.11
|
||||
needs: ["pytest"]
|
||||
script:
|
||||
- pytest -v --random-order ./tests
|
||||
allow_failure: true
|
||||
|
||||
Reference in New Issue
Block a user