Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a669991

Browse files
authored
Merge pull request #27413 from meeseeksmachine/auto-backport-of-pr-27412-on-v3.8.x
Backport PR #27412 on branch v3.8.x (ci: Block PyQt6 6.6.0 on Ubuntu)
2 parents 86a2b30 + 85f221c commit a669991

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,30 @@ jobs:
6262
extra-requirements: '-r requirements/testing/extra.txt'
6363
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
6464
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
65-
pyqt6-ver: '!=6.5.1'
65+
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
66+
pyqt6-ver: '!=6.5.1,!=6.6.0'
6667
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6768
pyside6-ver: '!=6.5.1'
6869
- os: ubuntu-20.04
6970
python-version: '3.10'
7071
extra-requirements: '-r requirements/testing/extra.txt'
7172
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
72-
pyqt6-ver: '!=6.5.1'
73+
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
74+
pyqt6-ver: '!=6.5.1,!=6.6.0'
7375
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7476
pyside6-ver: '!=6.5.1'
7577
- os: ubuntu-22.04
7678
python-version: '3.11'
79+
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
80+
pyqt6-ver: '!=6.6.0'
7781
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7882
pyside6-ver: '!=6.5.1'
7983
extra-requirements: '-r requirements/testing/extra.txt'
8084
- os: ubuntu-22.04
8185
python-version: '3.12'
86+
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
87+
pyqt6-ver: '!=6.6.0'
88+
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
8289
pyside6-ver: '!=6.5.1'
8390
- os: macos-latest
8491
python-version: 3.9

0 commit comments

Comments
 (0)