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 = []
setproctitle = ["setproctitle"]
testing = [
"gevent",
"eventlet",
"gevent>=23.9.0",
"eventlet>=0.40.3",
"coverage",
"pytest",
"pytest-cov",