From: Zack Cerza Date: Tue, 9 Sep 2025 19:03:02 +0000 (-0600) Subject: setup.cfg: Restrict gevent to <25 X-Git-Tag: 1.2.2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2a80e545b5134b1a91b1f3a8b495c8719120eb9c;p=teuthology.git setup.cfg: Restrict gevent to <25 This should work around the hangs we have been seeing in CI. Signed-off-by: Zack Cerza --- diff --git a/setup.cfg b/setup.cfg index 15555c85b..463ebf6eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = configobj configparser docopt - gevent + gevent<25 httplib2 humanfriendly lupa