]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: teuthology branch reference "master" -> "main" 49363/head
authorAdam King <adking@redhat.com>
Sat, 10 Dec 2022 16:35:27 +0000 (11:35 -0500)
committerAdam King <adking@redhat.com>
Sat, 10 Dec 2022 16:47:38 +0000 (11:47 -0500)
We dropped "master" branch for "main" a while back.
No reason I can see not to reflect that here.

Signed-off-by: Adam King <adking@redhat.com>
qa/tox.ini

index 5465ea67cc3ba4cc9828bb1f06672ab8b099b6a2..762a43fbe62fe6ee22fc0317d28bce1761273000 100644 (file)
@@ -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