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:
Max Morlocke 2021-03-10 07:45:47 -05:00 committed by GitHub
parent c78f992176
commit ffe11d41bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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