Skip to content

Commit da0262c

Browse files
committed
ci: Upgrade faulthandler to non-yanked release
1 parent 1bdf629 commit da0262c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
psutil==5.4.8
22
coverage==4.5.1
33
Django==1.6.11 # Last version supporting 2.6.
4+
faulthandler==3.2; python_version < '3.3'
45
mock==2.0.0
56
pytz==2018.5
67
cffi==1.14.3 # Random pin to try and fix pyparser==2.18 not having effect
78
pycparser==2.18 # Last version supporting 2.6.
8-
faulthandler==3.1; python_version < '3.3' # used by testlib
99
pytest-catchlog==1.2.2
1010
pytest==3.1.2
1111
timeoutcontext==1.2.0

0 commit comments

Comments
 (0)