Merge "Drop workaround for eventlet < 0.36.0"
This commit is contained in:
commit
76a3b198ce
@ -14,11 +14,5 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import eventlet
|
||||
from eventlet.green import ssl
|
||||
import socket
|
||||
|
||||
eventlet.monkey_patch(os=False)
|
||||
|
||||
# Work around the eventlet issue that impacts redis using TLS.
|
||||
# https://github.com/eventlet/eventlet/issues/692
|
||||
ssl.timeout_exc = socket.timeout
|
||||
|
@ -2,7 +2,7 @@
|
||||
# date but we do not test them so no guarantee of having them all correct. If
|
||||
# you find any incorrect lower bounds, let us know or propose a fix.
|
||||
alembic>=1.8.0 # MIT
|
||||
eventlet>=0.27.0 # MIT
|
||||
eventlet>=0.36.0 # MIT
|
||||
Flask!=0.11,>=0.10 # BSD
|
||||
greenlet>=0.4.15 # MIT
|
||||
Jinja2>=2.10 # BSD License (3 clause)
|
||||
|
Loading…
x
Reference in New Issue
Block a user