From f862717f0aafb25e71c4d5b13666cad041597632 Mon Sep 17 00:00:00 2001 From: Adam King Date: Sat, 10 Dec 2022 11:35:27 -0500 Subject: [PATCH] qa: teuthology branch reference "master" -> "main" We dropped "master" branch for "main" a while back. No reason I can see not to reflect that here. Signed-off-by: Adam King --- qa/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tox.ini b/qa/tox.ini index 5465ea67cc3ba..762a43fbe62fe 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -28,6 +28,6 @@ commands = python test_import.py {posargs:tasks/**/*.py} [testenv:pytest] basepython = python3 deps = - {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[test] + {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main}#egg=teuthology[test] httplib2 -commands = pytest -vv tasks/tests +commands = pytest -vvv tasks/tests -- 2.39.5