From 712739e5e7322f270467bbf49d5062a241db98dd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 17 Feb 2023 00:29:46 +0900 Subject: [PATCH] Adapt to tox 4 skipsdist=True breaks extension loading by stevedore since tox 4. This removes the option to fix the unit tests. Change-Id: Id6853987caf999972e0597905619f364c20a636a --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index a9785586..c83b391e 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = pypy,py39,pep8 ignore_basepython_conflict = true minversion = 3.18.0 -skipsdist = True [testenv] basepython = python3