From 9fe1e8ec17f3a0fb497752023918f1aa4040ff35 Mon Sep 17 00:00:00 2001 From: karlch Date: Fri, 10 May 2024 11:37:16 +0200 Subject: [PATCH] Tox: Add missing PyQt6-Qt6 versions These must be set in addition to the PyQt6 versions themselves. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index b51ff54e..9571a3e2 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,9 @@ deps = pyqt6: -r{toxinidir}/misc/requirements/requirements_pyqt6.txt pyqt67: -r{toxinidir}/misc/requirements/requirements_pyqt6.txt pyqt66: PyQt6==6.6.1 + pyqt66: PyQt6-Qt6==6.6.3 pyqt65: PyQt6==6.5.1 + pyqt65: PyQt6-Qt6==6.5.3 pyqt64: PyQt6==6.4.2 pyqt64: PyQt6-Qt6==6.4.3 pyqt63: PyQt6==6.3.1