From ca58c4b6022aeaabf90fb0455467804d8d5900e5 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Fri, 17 Feb 2023 08:44:07 +0000
Subject: [PATCH] Temporary disable python 3.10 unit tests

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4de638..4cb7136 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,15 +99,15 @@ run_unit_tests_py39:
     - echo "run python3.9 unit tests /w coverage"
     - tox -e py39
 
-run_unit_tests_py310:
-  extends: .run_unit_tests_pyXX
-  image: python:3.10-bullseye
-  script:
-    # Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
-    - echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
-    - apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
-    - echo "run python3.10 unit tests /w coverage"
-    - tox -e py310
+#run_unit_tests_py310:
+#  extends: .run_unit_tests_pyXX
+#  image: python:3.10-bullseye
+#  script:
+#    # Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
+#    - echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
+#    - apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
+#    - echo "run python3.10 unit tests /w coverage"
+#    - tox -e py310
 
 run_unit_tests_py311:
   extends: .run_unit_tests_pyXX
-- 
GitLab