Skip to content

Commit 70a905c

Browse files
committed
Restore running under pytest (still unittest compatibility).
1 parent 9611e6b commit 70a905c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tox_pip_extensions_ext_venv_update = true
88
[testenv]
99
deps =
1010
commands =
11-
python -m unittest discover
11+
pytest {posargs}
1212
usedevelop = True
1313
extras = testing
1414

0 commit comments

Comments
 (0)