mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
Compare commits
3 Commits
c9e8a8cdd3
...
4720fe7a9b
Author | SHA1 | Date | |
---|---|---|---|
|
4720fe7a9b | ||
|
4e9600af5b | ||
|
fdf1d99cf5 |
11
.github/workflows/test_and_deploy.yml
vendored
11
.github/workflows/test_and_deploy.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user