From 29b88f5db5785b8ab0ccc1de555a924fa8bd03f6 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 21 Sep 2023 12:52:37 +0100 Subject: [PATCH] tox: Remove unnecessary configuration tox 4 is Python 3-only. We don't need to configure a basepython now. Signed-off-by: Stephen Finucane Change-Id: I539cdad868fe930a4cf660ed23290b05294292e0 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index d150b3665..99e2c09d6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 4.2.5 envlist = py3{,-mysql,-postgresql},functional,pep8 -ignore_basepython_conflict = True [testenv] -basepython = python3 usedevelop = False setenv = OS_STDOUT_CAPTURE=1