mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
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>
This commit is contained in:
parent
c78f992176
commit
ffe11d41bd
|
@ -1,5 +1,4 @@
|
||||||
# Pytest for running the tests.
|
# Pytest for running the tests.
|
||||||
pytest>=5.4.1,<5.5
|
pytest>=6.1.1,<6.2
|
||||||
pytest-django>=3.9.0,<3.10
|
pytest-django>=4.1.0,<4.2
|
||||||
pytest-cov>=2.7.1
|
pytest-cov>=2.10.1
|
||||||
six>=1.14.0
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user