summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2023-02-17 00:29:46 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2023-02-17 00:30:23 +0900
commit712739e5e7322f270467bbf49d5062a241db98dd (patch)
tree060d1cfadf0789c94e35d5eb8ae164e14de7e53b
parent1c851850a32930e40dfbbd14ad8bbaf2d5811fa3 (diff)
downloadpython-heatclient-712739e5e7322f270467bbf49d5062a241db98dd.tar.gz
Adapt to tox 43.2.0
skipsdist=True breaks extension loading by stevedore since tox 4. This removes the option to fix the unit tests. Change-Id: Id6853987caf999972e0597905619f364c20a636a
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a978558..c83b391 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