django-rest-framework/requirements/requirements-testing.txt
Max Morlocke ffe11d41bd
upgrade pytest+pytest-django to eliminate dependencies on six (#7672)
* upgrade to latest version of pytest+pytest-django to eliminate dependency on six

* rollback pytest to 6.1 as py35 is dropped in 6.2

Co-authored-by: Tom Christie <tom@tomchristie.com>
2021-03-10 12:45:47 +00:00

5 lines
96 B
Plaintext

# Pytest for running the tests.
pytest>=6.1.1,<6.2
pytest-django>=4.1.0,<4.2
pytest-cov>=2.10.1