From: Ernesto Puerta Date: Thu, 2 Jun 2022 10:27:02 +0000 (+0200) Subject: qa: fix teuthology master branch ref X-Git-Tag: v16.2.11~562^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46504%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) Conflicts: qa/tox.ini - accept only master-main rename --- diff --git a/qa/tox.ini b/qa/tox.ini index eac9e53701d3..d7c6d555482a 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -15,7 +15,7 @@ commands = mypy {posargs:.} [testenv:import-tasks] basepython = python3 -deps = {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[coverage,orchestra,test] +deps = {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main}#egg=teuthology[coverage,orchestra,test] commands = python test_import.py {posargs:tasks/**/*.py} [testenv:pytest] @@ -23,4 +23,4 @@ basepython = python3 deps = {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[test] httplib2 -commands = pytest -vv tasks/tests \ No newline at end of file +commands = pytest -vv tasks/tests