Merge pull request #4086 from ostcar/pin_pytest_version

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:33:37 +01:00 committed by GitHub
commit 6be0378c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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