ci: remove AdditionalTests dependency on pytest job

This commit is contained in:
2024-04-15 16:09:09 +02:00
parent f36474abf5
commit f78d547fde

View File

@@ -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