From 6ef06e57ba0585f4922ad56aee87f2f75af7a8c6 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 23 Dec 2022 11:30:21 +0100
Subject: [PATCH] TST: Allow failure of Python 3.11 pipeline

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c49b16d..1ca20db4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -155,6 +155,7 @@ 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