]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: Restrict gevent to <25 2082/head
authorZack Cerza <zack@cerza.org>
Tue, 9 Sep 2025 19:03:02 +0000 (13:03 -0600)
committerZack Cerza <zack@cerza.org>
Tue, 9 Sep 2025 19:15:47 +0000 (13:15 -0600)
This should work around the hangs we have been seeing in CI.

Signed-off-by: Zack Cerza <zack@cerza.org>
setup.cfg

index 15555c85b5bdb65f3b59279fc4692b3763b60545..463ebf6ebcae960fc17b12119924f4bbfe4bc054 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ install_requires =
     configobj
     configparser
     docopt
-    gevent
+    gevent<25
     httplib2
     humanfriendly
     lupa