8000 TST: Skip PySide6 6.5.1 for testing · matplotlib/matplotlib@6e05205 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e05205

Browse files 8000
committed
TST: Skip PySide6 6.5.1 for testing
This version is buggy with respect to signals, and causes tests to fail: - https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346 - https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2348
1 parent 3d3a1af commit 6e05205

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +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://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
66+
pyside6-ver: '!=6.5.1'
6567
- os: ubuntu-20.04
6668
python-version: '3.10'
6769
extra-requirements: '-r requirements/testing/extra.txt'
70+
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
71+
pyside6-ver: '!=6.5.1'
6872
- os: ubuntu-20.04
6973
python-version: '3.11'
74+
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
75+
pyside6-ver: '!=6.5.1'
7076
- os: macos-latest
7177
python-version: 3.9
78+
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
79+
pyside6-ver: '!=6.5.1'
7280

7381
steps:
7482
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0