From f19d0afc7d3cd894ab479009a33a5b42be921cae Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Thu, 2 Jun 2022 12:27:02 +0200 Subject: [PATCH] qa: fix teuthology master branch ref Fixes: https://tracker.ceph.com/issues/55826 Signed-off-by: Ernesto Puerta (cherry picked from commit e91773df68c286266a2855e69bf542b4c73379d9) --- qa/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5