From e849734c4e8fb686098b647165d087b7bdb13249 Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Tue, 17 Jan 2023 12:16:24 +0100 Subject: [PATCH] Fix tox4 error. tox.ini started failing with Tox 4.x which introduce different interpretation for 'skipsdist' option. If set to true, application will not be installed in the tox virtualenv, while on previous version (3.x) it will be installed, if usedevelop is set to true. Change-Id: I7716c14a3f18d78a3da15c8e27e60b740c659ef6 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 316b2ec0c..d920ca831 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.18.0 envlist = py38,pep8 -skipsdist = True [testenv] passenv = HOME