From 82bf387f77d9561f9e64cc7b93a265cdb8aabb42 Mon Sep 17 00:00:00 2001 From: Ayumu Ueha Date: Thu, 12 Jan 2023 05:08:29 +0000 Subject: [PATCH] Fix tox4 error Remove skipsdist that it was never supported and causes breakage when used with usedevelop. Change-Id: Ia0c03eaa5474f13600880dd6eca79d284bba5ca8 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index b748dce3..8151ec64 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = py39,py38,py36,pep8,docs minversion = 3.18.0 -skipsdist = True ignore_basepython_conflict = True [testenv]