From b28be698f87b7b75595b44d0254e931bbd7cd745 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Tue, 10 Jan 2023 11:28:55 +0100 Subject: [PATCH] Fixing tests with tox 4.2.6 Change-Id: I5fdb111cae9a801bb760eeb058ef8e9ff952318d --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64beb7d50b..3e3ebc19d5 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = docs,py3,functional-py3,pep8,specs,pip-missing-reqs,pip-extra-reqs ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning