Skip to content

Commit ffe11d4

Browse files
upgrade pytest+pytest-django to eliminate dependencies on six (encode#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>
1 parent c78f992 commit ffe11d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

requirements/requirements-testing.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Pytest for running the tests.
2-
pytest>=5.4.1,<5.5
3-
pytest-django>=3.9.0,<3.10
4-
pytest-cov>=2.7.1
5-
six>=1.14.0
2+
pytest>=6.1.1,<6.2
3+
pytest-django>=4.1.0,<4.2
4+
pytest-cov>=2.10.1

0 commit comments

Comments
 (0)