]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
tox.ini: Drop basepython lines
authorZack Cerza <zack@redhat.com>
Wed, 6 Apr 2022 17:17:03 +0000 (11:17 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 23:32:38 +0000 (17:32 -0600)
They're redundant.

Signed-off-by: Zack Cerza <zack@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 5c08dc1fd7c2405b2eb66cd2255f3b1448e87519..9193865d07a4252e5bdad73149d4ab32302e867c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,6 @@ setenv =
     LANG=en_US
 
 [testenv:py3]
-basepython=python3
 install_command = pip install --upgrade {opts} {packages}
 passenv = HOME
 deps=
@@ -22,14 +21,12 @@ commands=
     python -m pytest --cov=teuthology --cov-report=term -v {posargs:teuthology scripts}
 
 [testenv:flake8]
-basepython=python3
 install_command = pip install --upgrade {opts} {packages}
 deps=
   flake8
 commands=flake8 --select=F,E9 {posargs:teuthology scripts}
 
 [testenv:docs]
-basepython=python3
 install_command = pip install --upgrade {opts} {packages}
 changedir=docs
 deps=
@@ -47,11 +44,9 @@ deps=
   -r{toxinidir}/requirements.txt
 extras = test
 commands=py.test -v {posargs:teuthology/openstack/test/test_openstack.py}
-basepython=python3
 
 [testenv:openstack-integration]
 passenv = HOME OS_REGION_NAME OS_AUTH_URL OS_TENANT_ID OS_TENANT_NAME OS_PASSWORD OS_USERNAME
-basepython=python3
 deps=
     -r{toxinidir}/requirements.txt
 extras = test
@@ -60,7 +55,6 @@ commands=
 
 [testenv:openstack-delegate]
 passenv = HOME OS_REGION_NAME OS_AUTH_URL OS_TENANT_ID OS_TENANT_NAME OS_PASSWORD OS_USERNAME
-basepython=python3
 sitepackages=True
 deps=
     -r{toxinidir}/requirements.txt