Skip to content

Commit 033f594

Browse files
Lorak-mmkfruch
authored andcommitted
Fix CI failures
CI was failing because of this error: eventlet/eventlet#781 This commit applies the recommended fix - moving to eventlet>=0.33.3
1 parent 9164c3e commit 033f594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ twisted[tls]; python_version >= '3.5' or python_version < '3.0'
99
twisted[tls]==19.2.1; python_version < '3.5' and python_version >= '3.0'
1010
gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32'
1111
gevent==20.5.0; platform_machine == 'i686' or platform_machine == 'win32'
12-
eventlet
12+
eventlet>=0.33.3
1313
cython>=0.20,<0.30 ; python_version > '3.0'
1414
cython==0.23.1 ; python_version < '3.0'
1515
packaging

0 commit comments

Comments
 (0)