summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-12-26 11:51:49 -0800
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-12-27 01:46:59 +0000
commit1a01fe7fd7a30ba1deed9628abf347b599363a27 (patch)
treef91261845b6330db54cd061093c607560b6e24e5
parent2ad4a73e7f4278fe961e8c75f7f9bdbf51382b64 (diff)
downloadglance_store-1a01fe7fd7a30ba1deed9628abf347b599363a27.tar.gz
Fix tox4 error4.2.0
tox.ini started failing with Tox4 which had some incompatible changes. Fixing tox.ini for tox4 changes. Depends-On: https://review.opendev.org/c/openstack/glance/+/868530 Change-Id: I96feba843ca5ebecdc7313961207369da30e72f5
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1926cbe..9ed8d03 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py39,py38,pep8
-skipsdist = True
ignore_basepython_conflict = True
[testenv]