mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
c04d6eac43
* Update pytest to 5.x * Ensure test de-monkeypatches auth on failure * Fix pytest.raises compat issue
5 lines
93 B
Plaintext
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
|