From: Sebastian Wagner Date: Fri, 2 Jul 2021 08:35:11 +0000 (+0200) Subject: qa/tox.ini: rename pytest environment to py3 to match CMakeLists.txt X-Git-Tag: v17.1.0~1352^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d5f27599a98b46496518cc9673e52761e2a2b6a;p=ceph.git qa/tox.ini: rename pytest environment to py3 to match CMakeLists.txt Signed-off-by: Sebastian Wagner --- diff --git a/qa/tox.ini b/qa/tox.ini index 083f5c3bf563..b5e4b2a647a4 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -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]