Merge pull request #5324 from tsiegleauq/another-round-of-python-travis-fixes

Set version of pytest-django and pytest-asyncio
This commit is contained in:
Emanuel Schütze 2020-04-22 16:09:23 +02:00 committed by GitHub
commit 0f3d07f151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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