testing: Pin gevent and eventlet minimum versions

This commit is contained in:
Benoit Chesneau 2026-01-23 00:26:35 +01:00
parent 4062a82ba7
commit 086dadfa1e

View File

@ -53,8 +53,8 @@ tornado = ["tornado>=6.5.0"]
gthread = [] gthread = []
setproctitle = ["setproctitle"] setproctitle = ["setproctitle"]
testing = [ testing = [
"gevent", "gevent>=23.9.0",
"eventlet", "eventlet>=0.40.3",
"coverage", "coverage",
"pytest", "pytest",
"pytest-cov", "pytest-cov",