From fac3d836bc3a2660691ad909147d2b06220aa85e Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 30 Jan 2023 16:40:10 -0600 Subject: [PATCH] Fix tox4 error tox.ini started failing with Tox4 which had some incompatible changes. One of the reason for failure is due to the skipsdist = True with usedevelop and it seems it was never supported. Change-Id: If70b1a8b17bd925b04b35366ff80fd5dacf19c3c --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b6c845f..a7967369 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = docs,linters,py3 minversion = 3.1.0 -skipsdist = True ignore_basepython_conflict=true [testenv]