summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2023-04-18 18:01:23 +0200
committerCyril Roelandt <cyril@redhat.com>2023-04-18 22:24:37 +0200
commit320ea4b7151ad0daaaa7b4305846db9130b738df (patch)
treedf596740e6fc540784176740b8678e9614799407
parent52fb6b29d84644c690c0b8566117c4bfb963b09b (diff)
downloadpython-glanceclient-320ea4b7151ad0daaaa7b4305846db9130b738df.tar.gz
Tox4: remove skipsdist
This option causes the installation of the "glance" command to fail in the functional tests. We have removed it from glance and glance_store in the past to improve compatibility with tox>=4.0, so let us do the same in glanceclient. Change-Id: Ia5bf8d5f90e9cd98adc65c3fa80ce4c87eebad9c
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f516070..d6d6916 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist = py39,pep8
minversion = 3.18.0
-skipsdist = True
[testenv]
usedevelop = True