Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"flake8",
"flake8_docstrings",
"mock",
"pytest",
# doesn't support python 3.8
"pytest<1.0",
"pytest-asyncio",
"pytest-cov",
"pytest-mock",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =
flake8_docstrings
mock
pytest
pytest-asyncio
pytest-asyncio<1.0
pytest-mock
pytest-random-order
virtualenv
Expand Down