Update configuration for tests

This commit is contained in:
Dan 2021-05-05 13:59:24 +02:00
parent 8515ef1746
commit 6cf9dd839e
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
-r requirements.txt
pytest
pytest
pytest-asyncio
pytest-cov

View File

@ -1,4 +1,4 @@
[testenv]
deps = -rdev-requirements.txt
commands = pytest {posargs}
commands = coverage run -m pytest {posargs}
skip_install = true