mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
ffe11d41bd
* 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>
5 lines
96 B
Plaintext
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
|