From c684ae89fcf875352591717850decaa411cf5358 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 15 Apr 2025 21:22:24 +0900 Subject: [PATCH] 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: I70aaac12b3400ac14ceb4d82c30c475ea4e9e21f --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b1d58a7a..de56b655 100644 --- a/tox.ini +++ b/tox.ini @@ -2,11 +2,9 @@ envlist = py3,pep8,releasenotes minversion = 3.18.0 skipsdist = True -ignore_basepython_conflict = True [testenv] usedevelop = True -basepython = python3 setenv = VIRTUAL_ENV={envdir} INTEGRATION_TESTS=0 @@ -51,7 +49,6 @@ deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/up commands = sphinx-build -W -b html doc/source doc/build/html [testenv:pdf-docs] -basepython = python3 deps = {[testenv:docs]deps} allowlist_externals = make