From 7b086093c2eeb00f155816b061f9b5ce969c50c2 Mon Sep 17 00:00:00 2001 From: Kamlesh Chauvhan Date: Fri, 6 Jan 2023 09:11:29 +0000 Subject: [PATCH] fix tox4 Remove skipsdist that it was never supported and causes breakage when used with usedevelop. Change-Id: I35c0365ae9681188a1063eeee827857a78d4c6ce --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index f547f8d..dc17b74 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.18.0 envlist = py3,pep8 -skipsdist = True ignore_basepython_conflict=true [testenv]