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

View File

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