Blacklist eventlet 0.23.0
See https://github.com/eventlet/eventlet/issues/488 Fix at https://github.com/eventlet/eventlet/pull/497 Change-Id: I1aa22f23fd7808c5d959accbf3a3d2daace8c05f Depends-On: Ieb895eded03e3aabef8ac1ed69bd45d11f44b776
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
eventlet>=0.17.4 # MIT
eventlet>=0.17.4,!=0.23.0 # MIT
greenlet>=0.3.1
netifaces>=0.5,!=0.10.0,!=0.10.1
PasteDeploy>=1.3.3
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.