Skip to content

Commit d245153

Browse files
committed
fix collect-tests tox env
1 parent 9211562 commit d245153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ commands =
151151

152152
[testenv:collect-tests]
153153
# this needs to succeed for tests to display in some IDEs
154-
deps = pytest
155-
commans =
154+
deps = .[test]
155+
commands =
156156
pytest --collect-only

0 commit comments

Comments
 (0)