From 2a80e545b5134b1a91b1f3a8b495c8719120eb9c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 9 Sep 2025 13:03:02 -0600 Subject: [PATCH] setup.cfg: Restrict gevent to <25 This should work around the hangs we have been seeing in CI. Signed-off-by: Zack Cerza --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3