From c23e613e89b4fb8639b3702c427ed0b6786446b3 Mon Sep 17 00:00:00 2001
From: Simon Bjurek <simbj106@student.liu.se>
Date: Mon, 27 Jan 2025 11:01:17 +0100
Subject: [PATCH] CI fixes, hopefully working now

---
 .gitlab-ci.yml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f95d4f67..5f4c6f59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,14 +54,6 @@ run-test-3.10-pyqt6:
   image: python:3.10
   extends: ".run-test"
 
-# PySide2 does not seem to have support for 3.11, "almost works" though
-#run-test-3.11-pyside2:
-#  variables:
-#    QT_API: pyside2
-#  image: python:3.11
-#  extends: ".run-test"
-#  allow_failure: true
-
 run-test-3.11-pyqt5:
   variables:
     QT_API: pyqt5
@@ -85,28 +77,6 @@ run-test-3.12-pyqt6:
     QT_API: pyqt6
   image: python:3.12
   extends: ".run-test"
-  allow_failure: true
-
-run-test-3.13-pyqt6:
-  variables:
-    QT_API: pyqt6
-  image: python:3.13
-  extends: ".run-test"
-
-# Seemingly works with Qt6, but tests stall on closing scheduler GUI due to modal dialog(?)
-#run-test-3.10-pyside6:
-#  variables:
-#    QT_API: pyside6
-#  image: python:3.10
-#  extends: ".run-test"
-#  allow_failure: true
-#
-#run-test-3.10-pyqt6:
-#  variables:
-#    QT_API: pyqt6
-#  image: python:3.10
-#  extends: ".run-test"
-#  allow_failure: true
 
 run-vhdl-tests:
   variables:
-- 
GitLab