Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
pytest to ignore import deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 22, 2023
1 parent 0f89491 commit d2b5f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2b5f1a

Please sign in to comment.