Skip to content

Commit

Permalink
Update configuration for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
delivrance committed May 5, 2021
1 parent 8515ef1 commit 6cf9dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements.txt

pytest
pytest
pytest-asyncio
pytest-cov
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[testenv]
deps = -rdev-requirements.txt
commands = pytest {posargs}
commands = coverage run -m pytest {posargs}
skip_install = true

0 comments on commit 6cf9dd8

Please sign in to comment.