commit | d9c170c14c9588b9eb5d5f40d68a7e853c332dae | [log] [tgz] |
---|---|---|
author | Ivan Anfimov <lazekteam@gmail.com> | Sun Aug 17 22:11:37 2025 +0000 |
committer | Ivan Anfimov <lazekteam@gmail.com> | Sun Aug 17 22:12:25 2025 +0000 |
tree | 6a4197e66409d31c1ce8051368bf8dfe7dfbd1bd | |
parent | b947e34df13dcb7341fee634bc9305d3ed93aa15 [diff] |
tox: Remove basepython and ineffective ignore_basepython_conflict Change-Id: I57e28d243f7da65d7c86700d73b43212e468c29c Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
diff --git a/tox.ini b/tox.ini index c8add2c..21574f4 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = pep8 -ignore_basepython_conflict = True [testenv] -basepython = {env:TOX_PYTHON:python3} usedevelop = True setenv = VIRTUAL_ENV={envdir}