Skip to content
Snippets Groups Projects
Commit c23e613e authored by Simon Bjurek's avatar Simon Bjurek
Browse files

CI fixes, hopefully working now

parent 7167a5b2
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
Pipeline #154742 passed
...@@ -54,14 +54,6 @@ run-test-3.10-pyqt6: ...@@ -54,14 +54,6 @@ run-test-3.10-pyqt6:
image: python:3.10 image: python:3.10
extends: ".run-test" 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: run-test-3.11-pyqt5:
variables: variables:
QT_API: pyqt5 QT_API: pyqt5
...@@ -85,28 +77,6 @@ run-test-3.12-pyqt6: ...@@ -85,28 +77,6 @@ run-test-3.12-pyqt6:
QT_API: pyqt6 QT_API: pyqt6
image: python:3.12 image: python:3.12
extends: ".run-test" 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: run-vhdl-tests:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment