Compare commits

...

3 Commits

Author SHA1 Message Date
Talley Lambert
4720fe7a9b Merge 4e9600af5b into 9ca0bbf858 2024-05-06 00:44:38 +00:00
Talley Lambert
4e9600af5b change pyqt6 2024-05-05 20:44:29 -04:00
Talley Lambert
fdf1d99cf5 fix napari 2024-05-05 16:33:39 -04:00

View File

@@ -30,11 +30,11 @@ jobs:
matrix:
platform: [ubuntu-latest, windows-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]
backend: [pyqt5, pyside2, "'PyQt6<6.6'"]
backend: [pyqt5, pyside2, pyqt6]
exclude:
# Abort (core dumped) on linux pyqt6, unknown reason
- platform: ubuntu-latest
backend: "'PyQt6<6.6'"
backend: pyqt6
# lack of wheels for pyside2/py3.11
- python-version: "3.11"
backend: pyside2
@@ -56,7 +56,7 @@ jobs:
- python-version: "3.12"
platform: macos-latest
backend: "'PyQt6<6.6'"
backend: pyqt6
# legacy Qt
- python-version: 3.8
@@ -84,12 +84,13 @@ jobs:
dependency-ref: ${{ matrix.napari-version }}
dependency-extras: 'testing'
qt: ${{ matrix.qt }}
pytest-args: 'napari/_qt -k "not async and not qt_dims_2"'
pytest-args: 'napari/_qt -k "not async and not qt_dims_2 and not qt_viewer_console_focus and not keybinding_editor"'
python-version: "3.10"
post-install-cmd: 'pip install lxml_html_clean'
strategy:
fail-fast: false
matrix:
napari-version: ["", "v0.4.18"]
napari-version: ["", "v0.4.19.post1"]
qt: ["pyqt5", "pyside2"]
check-manifest: