upgrade to latest version of pytest+pytest-django to eliminate dependency on six

This commit is contained in:
Max Morlocke 2020-12-24 22:41:39 -05:00
parent 8351747d98
commit fdd2ae448b

View File

@ -1,4 +1,4 @@
# Pytest for running the tests.
pytest>=5.4.1,<5.5
pytest-django>=3.9.0,<3.10
pytest-cov>=2.7.1
pytest>=6.2.1,<6.3
pytest-django>=4.1.0,<4.2
pytest-cov>=2.10.1