Skip to content

Commit 3cfac64

Browse files
authored
MAINT: Restore PySide6 6.10.0 testing (mne-tools#13446)
1 parent 96bef2a commit 3cfac64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ stages:
113113
- bash: |
114114
set -e
115115
python -m pip install --progress-bar off --upgrade pip
116-
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1,!=6.9.1,!=6.10.0" pandas neo pymatreader antio defusedxml
116+
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1,!=6.9.1" pandas neo pymatreader antio defusedxml
117117
python -m pip uninstall -yq mne
118118
python -m pip install --progress-bar off --upgrade -e .[test]
119119
displayName: 'Install dependencies with pip'
@@ -203,7 +203,7 @@ stages:
203203
displayName: 'PyQt6'
204204
- bash: |
205205
set -eo pipefail
206-
python -m pip install "PySide6!=6.8.0,!=6.8.0.1,!=6.9.1,!=6.10.0"
206+
python -m pip install "PySide6!=6.8.0,!=6.8.0.1,!=6.9.1"
207207
mne sys_info -pd
208208
mne sys_info -pd | grep "qtpy .* (PySide6=.*)$"
209209
PYTEST_QT_API=PySide6 pytest -m "not ultraslowtest" ${TEST_OPTIONS}

tools/github_actions_dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ if [ ! -z "$CONDA_ENV" ]; then
2626
fi
2727
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
2828
INSTALL_KIND="full-pyside6,$INSTALL_KIND"
29-
STD_ARGS="$STD_ARGS --pre PySide6!=6.10.0"
3029
else
3130
test "${MNE_CI_KIND}" == "pip-pre"
3231
STD_ARGS="$STD_ARGS --pre"

0 commit comments

Comments
 (0)