Fix pytest to a version lower 4.1 until a bug in pytest-asyncio is fixed

This commit is contained in:
Oskar Hahn 2019-01-06 20:23:28 +01:00
parent 211a0b8ebb
commit c824888c98
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ coverage
flake8
isort
mypy
pytest
pytest<4.1 # See https://github.com/pytest-dev/pytest-asyncio/issues/104
pytest-django
pytest-asyncio
pytest-cov