We dropped "master" branch for "main" a while back.
No reason I can see not to reflect that here.
Signed-off-by: Adam King <adking@redhat.com>
[testenv:pytest]
basepython = python3
deps =
- {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[test]
+ {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@main}#egg=teuthology[test]
httplib2
-commands = pytest -vv tasks/tests
+commands = pytest -vvv tasks/tests