From 320ea4b7151ad0daaaa7b4305846db9130b738df Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 18 Apr 2023 18:01:23 +0200 Subject: 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1