We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d79c56 commit a3a10cbCopy full SHA for a3a10cb
tests/requirements.txt
@@ -1,5 +1,6 @@
1
psutil==5.4.8
2
-coverage==4.5.1
+coverage==5.5; python_version < '3.7'
3
+coverage==6.4.4; python_version >= '3.7'
4
Django==1.6.11 # Last version supporting 2.6.
5
faulthandler==3.2; python_version < '3.3'
6
mock==2.0.0
0 commit comments