File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ passenv =
2828 NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
2929 PYVISTA_OFF_SCREEN
3030deps =
31- ; -r{toxinidir}\requirements .txt
32- pytest # https://docs.pytest.org/en/latest/contents.html
33- pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
34- # you can remove these if you don't use them
35- napari
36- magicgui
37- pytest-qt
38- qtpy
39- pyqt5
40- opencv-python
31+ -rrequirements .txt
32+ ; pytest # https://docs.pytest.org/en/latest/contents.html
33+ ; pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
34+ ; # you can remove these if you don't use them
35+ ; napari
36+ ; magicgui
37+ ; pytest-qt
38+ ; qtpy
39+ ; pyqt5
40+ ; opencv-python
4141
4242commands = pytest -v --color =yes --cov =napari_cellseg_annotator --cov-report =xml
You can’t perform that action at this time.
0 commit comments