]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix teuthology master branch ref 46503/head
authorErnesto Puerta <epuertat@redhat.com>
Thu, 2 Jun 2022 10:27:02 +0000 (12:27 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 2 Jun 2022 15:12:27 +0000 (17:12 +0200)
Fixes: https://tracker.ceph.com/issues/55826
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit e91773df68c286266a2855e69bf542b4c73379d9)

qa/tox.ini

index 7fc94eb5a455b44af0b1798c1a983db28b109753..82c1d704c0349fbdd69fd2e7a728799dddff30ed 100644 (file)
@@ -25,7 +25,7 @@ commands = mypy {posargs:.}
 [testenv:py3]
 basepython = python3
 deps =
-  {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[coverage,orchestra,test]
+  {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main}#egg=teuthology[coverage,orchestra,test]
   httplib2
 commands =
   pytest --assert=plain test_import.py