From 3d3467d527864670bd9bc59656800553b2c5ac0b Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 26 Dec 2022 11:51:49 -0800 Subject: [PATCH] Fix tox4 error 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/+/868713 Change-Id: I96feba843ca5ebecdc7313961207369da30e72f5 (cherry picked from commit 1a01fe7fd7a30ba1deed9628abf347b599363a27) --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ae53a7a..0d5e8e59 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]