Skip to content

Commit

Permalink
Remove test dependency duplication (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Jun 3, 2024
1 parent 4ebbd46 commit 70ed0cb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,8 @@ python =
[testenv]
commands = python -m pytest -v --color=yes --cov=cellfinder --cov-report=xml
deps =
pytest
pytest-cov
pytest-mock
pytest-timeout
# Even though napari is a requirement for cellfinder.napari, we have to
# ensure it is installed with the default Qt backend here.
napari[all]
pytest-qt
extras =
dev
napari
setenv =
KERAS_BACKEND = torch
Expand Down

0 comments on commit 70ed0cb

Please sign in to comment.