From: Ernesto Puerta Date: Thu, 2 Jun 2022 10:27:02 +0000 (+0200) Subject: qa: fix teuthology master branch ref X-Git-Tag: v17.2.1~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46503%2Fhead;p=ceph.git qa: fix teuthology master branch ref Fixes: https://tracker.ceph.com/issues/55826 Signed-off-by: Ernesto Puerta (cherry picked from commit e91773df68c286266a2855e69bf542b4c73379d9) --- diff --git a/qa/tox.ini b/qa/tox.ini index 7fc94eb5a455b..82c1d704c0349 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -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