OpenSlides/requirements/development.txt
Sean aa097ee689 Set version of pytest-django and pytest-asyncio
Apparently, updates in these two libraries are not compatible
with out current testing setup
2020-04-22 14:56:25 +02:00

10 lines
93 B
Plaintext

black
coverage
flake8
isort
mypy
pytest
pytest-django<3.9.0
pytest-asyncio<0.11.0
pytest-cov