Skip to content

Add PySide2 to CI test matrix

Carlos Pascual requested to merge c-p/taurus:ci-pyside2 into develop

The taurus-docker project now builds images for testing with pyside2 apart from pyqt. The images are now built with a "qt_binding" suffix that can either be "pyqt" or "pyside2". Make use of these new images by incorporating tests on PySide2 (only for py 3.9, for now).

Edited by Carlos Pascual

Merge request reports