From 5c1a12710bf1e0de010e6ff855b87570a0fa062e 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) Conflicts: qa/tox.ini - accept only master-main rename --- qa/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3