]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
monkey patch thread=false teuth-api
authorVallari Agrawal <val.agl002@gmail.com>
Thu, 18 Aug 2022 17:00:14 +0000 (22:30 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Thu, 7 Sep 2023 21:24:21 +0000 (02:54 +0530)
teuthology/__init__.py

index d84f25a2eaef254759ace6cf4e542ee99ddb6fa1..2e1eb7d69a38f622ae5f63853f628fdda0528520 100644 (file)
@@ -28,6 +28,7 @@ monkey.patch_all(
     dns=False,
     # Don't patch subprocess to avoid http://tracker.ceph.com/issues/14990
     subprocess=False,
+    thread=False,
 )
 import sys
 from gevent.hub import Hub