Skip to content

Commit

Permalink
Skip PySide test on windows-latest and with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Jun 3, 2024
1 parent f3463af commit a367efc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ deps =
napari[pyqt5,testing]
lxml_html_clean # should only be needed till napari 0.5.0

[testenv:py{38,39,310}-{linux,macos,windows}-pyside]
# napari is experiencing CI failures with PySide backends
# on Windows platforms for all versions of python, and
# on all platforms with python 3.11
# See issues:
# Python 3.11 PySide problems https://github.com/napari/napari/issues/6381
# and https://github.com/napari/napari/issues/5884#issuecomment-1584160532
# Windows PySide problems https://github.com/napari/napari/pull/6721/files
# and https://github.com/napari/napari/pull/6711/
[testenv:py{38,39,310}-{linux,macos}-pyside]
deps =
napari[pyside2,testing]
lxml_html_clean # should only be needed till napari 0.5.0
Expand Down

0 comments on commit a367efc

Please sign in to comment.