From d6bf1ed92d5d759414115e4ae010710666ea7751 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Thu, 12 Jan 2023 16:32:10 +0100 Subject: [PATCH] Fix new issue with tox4 Removing basepython which is no longer needed and which creates conflicts with py3* jobs Change-Id: I9dc5e9031cc636450c4da39c6688d01e777c0ba0 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e7de818d..88653f5b 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ minversion = 3.18.0 envlist = py3,pep8,eslint,karma [testenv] -basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir}