django-rest-framework/requirements/requirements-testing.txt
Ryan P Kilby c04d6eac43
Update pytest (#6768)
* Update pytest to 5.x

* Ensure test de-monkeypatches auth on failure

* Fix pytest.raises compat issue
2019-06-30 19:08:52 -07:00

5 lines
93 B
Plaintext

# Pytest for running the tests.
pytest>=5.0,<5.1
pytest-django>=3.5.1,<3.6
pytest-cov>=2.7.1