Skip to content

Commit 4a624b5

Browse files
committed
Update setup.py
1 parent 42b1fb9 commit 4a624b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"seaborn",
4242
"scikit-image",
4343
"colorspacious",
44-
"itkwidgets"
44+
"itkwidgets",
45+
"pytest"
4546
]
4647
)
4748

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ deps =
3131
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
3232
pytest-xvfb ; sys_platform == 'linux'
3333
# you can remove these if you don't use them
34-
torch
34+
pytest
35+
3536
commands = pytest -v --color=yes --cov=EmbedSeg --cov-report=xml

0 commit comments

Comments
 (0)