Set version of pytest-django and pytest-asyncio

Apparently, updates in these two libraries are not compatible
with out current testing setup
This commit is contained in:
Sean 2020-04-22 14:56:25 +02:00
parent f7a97cf886
commit aa097ee689
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ flake8
isort
mypy
pytest
pytest-django
pytest-asyncio
pytest-django<3.9.0
pytest-asyncio<0.11.0
pytest-cov