From 26b6c283b2e34d201bb56c81cc2517442bb99c7a Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 18 Jun 2025 14:24:55 +0200 Subject: [PATCH] chore: fix napari tests after napari migration to src layout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbf75ca..ea542e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: dependency-ref: ${{ matrix.napari-version }} dependency-extras: "testing" qt: ${{ matrix.qt }} - pytest-args: 'napari/_qt/_qapp_model napari/_app_model napari/utils/_tests/test_key_bindings.py -k "not async and not qt_dims_2"' + pytest-args: 'src/napari/_qt/_qapp_model src/napari/_app_model src/napari/utils/_tests/test_key_bindings.py --import-mode=importlib -k "not async and not qt_dims_2"' python-version: "3.10" post-install-cmd: "pip install lxml_html_clean" # fix for napari v0.4.19 strategy: