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 1bdf629 commit da0262cCopy full SHA for da0262c
tests/requirements.txt
@@ -1,11 +1,11 @@
1
psutil==5.4.8
2
coverage==4.5.1
3
Django==1.6.11 # Last version supporting 2.6.
4
+faulthandler==3.2; python_version < '3.3'
5
mock==2.0.0
6
pytz==2018.5
7
cffi==1.14.3 # Random pin to try and fix pyparser==2.18 not having effect
8
pycparser==2.18 # Last version supporting 2.6.
-faulthandler==3.1; python_version < '3.3' # used by testlib
9
pytest-catchlog==1.2.2
10
pytest==3.1.2
11
timeoutcontext==1.2.0
0 commit comments