8000 ci: Skip PyQt6 6.5.1 wheels · matplotlib/matplotlib@89fb6d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89fb6d4

Browse files
committed
ci: Skip PyQt6 6.5.1 wheels
They are linked to a symbol from glibc 2.35, while claiming to be for 2.28, and Ubuntu 20.04 only has 2.31.
1 parent 6488491 commit 89fb6d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,21 @@ jobs:
6262
python-version: 3.9
6363
extra-requirements: '-r requirements/testing/extra.txt'
6464
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
65+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
66+
pyqt6-ver: '!=6.5.1'
6567
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6668
pyside6-ver: '!=6.5.1'
6769
- os: ubuntu-20.04
6870
python-version: '3.10'
6971
extra-requirements: '-r requirements/testing/extra.txt'
72+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
73+
pyqt6-ver: '!=6.5.1'
7074
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7175
pyside6-ver: '!=6.5.1'
7276
- os: ubuntu-20.04
7377
python-version: '3.11'
78+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
79+
pyqt6-ver: '!=6.5.1'
7480
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7581
pyside6-ver: '!=6.5.1'
7682
- os: macos-latest

0 commit comments

Comments
 (0)
0