From f78d547fde63e51cd21791b93e7721b9afc46409 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 15 Apr 2024 16:09:09 +0200 Subject: [PATCH] ci: remove AdditionalTests dependency on pytest job --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e037643..fbc1c55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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