From: Adam King Date: Sat, 10 Dec 2022 16:35:27 +0000 (-0500) Subject: qa: teuthology branch reference "master" -> "main" X-Git-Tag: v16.2.11~54^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f862717f0aafb25e71c4d5b13666cad041597632;p=ceph.git 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 --- diff --git a/qa/tox.ini b/qa/tox.ini index 5465ea67cc3..762a43fbe62 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