Skip to content

Commit 99eaf72

Browse files
committed
Pin PyQt6 back on Ubuntu 20.04
The 6.7.1 wheels on PyPI do not conform to manylinux 2.28 due to requiring glibc 2.35 symbols, and cannot be loaded on Ubuntu 20.04, which has glibc 2.31. So we need to pin that back to avoid test failures.
1 parent 7b73bf3 commit 99eaf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
6565
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
6666
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
67-
pyqt6-ver: '!=6.5.1,!=6.6.0'
67+
pyqt6-ver: '!=6.5.1,!=6.6.0,!=6.7.1'
6868
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6969
pyside6-ver: '!=6.5.1'
7070
- os: ubuntu-20.04
7171
python-version: '3.10'
7272
extra-requirements: '-r requirements/testing/extra.txt'
7373
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
7474
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
75-
pyqt6-ver: '!=6.5.1,!=6.6.0'
75+
pyqt6-ver: '!=6.5.1,!=6.6.0,!=6.7.1'
7676
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7777
pyside6-ver: '!=6.5.1'
7878
- os: ubuntu-22.04

0 commit comments

Comments
 (0)