From 0d7663fd4be2487d765ab96cdb91997d6e57d777 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Tue, 13 Feb 2024 22:19:39 +0530 Subject: [PATCH] setup.cfg: install main branch of teuthology currently we are using "teuth-api" branch of https://github.com/ceph/teuthology, which does not patch the thread. This commit changes that to use "main" branch because we will conditionally patch thread on main. Signed-off-by: Vallari Agrawal --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8184d65..babeb07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,9 +56,7 @@ install_requires = itsdangerous pydantic-settings python-dotenv - # Temporarily, using teuthology without monkey patching the thread - teuthology @ git+https://github.com/ceph/teuthology@teuth-api#egg=teuthology[test]" - # Original: git+https://github.com/ceph/teuthology#egg=teuthology[test] + teuthology @ git+https://github.com/ceph/teuthology#egg=teuthology[test] [options.packages.find]