]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tox.ini: rename pytest environment to py3 to match CMakeLists.txt
authorSebastian Wagner <sewagner@redhat.com>
Fri, 2 Jul 2021 08:35:11 +0000 (10:35 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Fri, 2 Jul 2021 08:35:11 +0000 (10:35 +0200)
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
qa/tox.ini

index 083f5c3bf5638dc0db418bd3937d964628814257..b5e4b2a647a46284a8652e2f1d45b3004010b597 100644 (file)
@@ -27,7 +27,7 @@ basepython = python3
 deps = {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[coverage,orchestra,test]
 commands = python test_import.py {posargs:tasks/**/*.py}
 
-[testenv:pytest]
+[testenv:py3]
 basepython = python3
 deps =
   {env:TEUTHOLOGY_GIT:git+https://github.com/ceph/teuthology.git@master}#egg=teuthology[test]