diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd3f226750d..4639b397225 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -200,7 +200,7 @@ stages: displayName: 'PyQt6' - bash: | set -e - python -m pip install "PySide6!=6.7.0,!=6.7.1,!=6.7.2" + python -m pip install "PySide6!=6.7.0" mne sys_info -pd mne sys_info -pd | grep "qtpy .* (PySide6=.*)$" PYTEST_QT_API=PySide6 pytest -m "not slowtest" ${TEST_OPTIONS} diff --git a/pyproject.toml b/pyproject.toml index d643c10028d..93bfb4abead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ full-no-qt = [ ] full = ["mne[full-no-qt]", "PyQt6!=6.6.0", "PyQt6-Qt6!=6.6.0,!=6.7.0"] full-pyqt6 = ["mne[full]"] -full-pyside6 = ["mne[full-no-qt]", "PySide6"] +full-pyside6 = ["mne[full-no-qt]", "PySide6!=6.7.0"] # Dependencies for running the test infrastructure