]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology/__init__.py: don't patch threads when running via teuthology_api 1918/head
authorVallari Agrawal <val.agl002@gmail.com>
Tue, 13 Feb 2024 13:46:01 +0000 (19:16 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Tue, 13 Feb 2024 13:53:28 +0000 (19:23 +0530)
commitd0202a74cf11b4ceee64210a2e0c5a35aa5afca1
tree0ac3f1c1b390d761ee3873091200464d910e0453
parentd9fdb2209e15b39d9f061fd85399f352ce0f0894
teuthology/__init__.py: don't patch threads when running via teuthology_api

The project [teuthology-api](https://github.com/ceph/teuthology-api)
requires threads to be not patched.
Currently, we are using "teuth-api" branch of teuthology where threads are
not patched. With this commit, we'll be able to use the "main" branch as
a dependency.

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
teuthology/__init__.py