test: drop old napari test (#296)

This commit is contained in:
Talley Lambert
2025-07-16 18:14:27 -04:00
committed by GitHub
parent 3b83a8a1e2
commit 17fd211740

View File

@@ -87,22 +87,6 @@ jobs:
uses: pyapp-kit/workflows/.github/workflows/upload-coverage.yml@v2
secrets: inherit
test_napari_old:
uses: pyapp-kit/workflows/.github/workflows/test-dependents.yml@v2
with:
dependency-repo: napari/napari
dependency-ref: ${{ matrix.napari-version }}
dependency-extras: "testing"
qt: ${{ matrix.qt }}
pytest-args: 'napari/_qt -k "not async and not qt_dims_2 and not qt_viewer_console_focus and not keybinding_editor and not preferences_dialog_not_dismissed"'
python-version: "3.10"
post-install-cmd: "pip install lxml_html_clean"
strategy:
fail-fast: false
matrix:
napari-version: ["v0.4.19.post1"]
qt: ["pyqt5", "pyside2"]
test_napari:
uses: pyapp-kit/workflows/.github/workflows/test-dependents.yml@v2
with: