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
This commit is contained in:
Cyril Roelandt 2023-04-18 18:01:23 +02:00
parent 52fb6b29d8
commit 320ea4b715

View File

@ -1,7 +1,6 @@
[tox]
envlist = py39,pep8
minversion = 3.18.0
skipsdist = True
[testenv]
usedevelop = True