Drop redundant basepython

Python 2 reached its EOL quite long time ago and Python 3 is now
widely used.

This allows us to get rid of ignore_base_python.

Change-Id: I7ee16fa82c4a72484ad1f118b8a1f30802ba612c
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-01-24 00:08:21 +09:00
parent cbfabae7d2
commit bca9237980
-2
View File
@@ -1,10 +1,8 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt