Skip to content

Commit

Permalink
.github/selftests: Exclude more flaky PySide2 tests
Browse files Browse the repository at this point in the history
Exclude some more version combinations that seem to cause crashes on fork() when
using PySide2.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Sep 10, 2024
1 parent 753c07d commit 32ec7ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
matplotlib: "3.3"
- python: "3.12"
matplotlib: "3.4"
- python: "3.11"
matplotlib: "3.5"
pyqt: "PySide2"
- python: "3.11"
matplotlib: "3.6"
pyqt: "PySide2"
- python: "3.11"
matplotlib: "3.7"
pyqt: "PySide2"
Expand Down

0 comments on commit 32ec7ee

Please sign in to comment.