From d2b5f1ae116255e21374db6aa9477afdf97f502e Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Wed, 22 Nov 2023 14:00:41 +0000 Subject: [PATCH] pytest to ignore import deprecation warning --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3386d21..67d460a 100644 --- a/tox.ini +++ b/tox.ini @@ -25,4 +25,4 @@ deps = pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ pytest-qt commands = - pytest -v --color=yes --cov=cellfinder_napari --cov-report=xml + pytest -v --color=yes --cov=cellfinder_napari --cov-report=xml -W ignore::DeprecationWarning