tox: Remove basepython

tox uses the python version where tox is installed by default, and we
no longer expect that the tests may run in env with python 2.

Change-Id: I41bd5e39958462e33887bd92e9a48281148fd3bf
This commit is contained in:
Takashi Kajinami
2025-04-16 11:50:20 +09:00
parent 2b7a54ad4c
commit ea73947c5a

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,py{39,312}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3gw,kubernetes},pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
# We need to install a bit more than just `test-requirements' because those drivers have
# custom tests that we always run
deps = .[zake,ipc,memcached,mysql,etcd,etcd3gw,kubernetes]