From 140f1535bf91d92b548841fdf43d6c2a88976b68 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Fri, 4 Aug 2023 18:15:34 +1000 Subject: [PATCH] no, really, don't use napari 0.4.18 for testing --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7c762e1..e5cc4e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,6 +51,7 @@ testing = pytest-qt scikit-image[data] napari[pyqt5]!=0.4.18 + zarr docs = furo myst-parser diff --git a/tox.ini b/tox.ini index 12b00bf..60d9c89 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,6 @@ deps = pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ pytest-qt scikit-image[data] - napari[pyqt5] + napari[pyqt5]!=0.4.18 zarr commands = pytest -v --color=yes --cov=affinder --cov-report=xml