From 9cc1c3b4e4eb5bf7dd0d5c87ee47bee99fc7e479 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 13 Oct 2023 18:20:33 +0200 Subject: [PATCH] PIPELINE: Don't allow failures for Python 3.11 anymore --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80f38616..0b3e13ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,7 +161,6 @@ unittest_py311: stage: unittest image: python:3.11 script: *python_test_script - allow_failure: true # Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages -- GitLab