]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix teuthology master branch ref 46504/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:14:51 +0000 (17:14 +0200)
Fixes: https://tracker.ceph.com/issues/55826
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit e91773df68c286266a2855e69bf542b4c73379d9)

Conflicts:
qa/tox.ini
        - accept only master-main rename

qa/tox.ini

index eac9e53701d3f2f1ac7b2e6faba15a6a864e724a..d7c6d555482aebd175d981c83a68b655b934f49d 100644 (file)
@@ -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