From a044fb80b42699bc66a21bd4ce52bb2364738b7f Mon Sep 17 00:00:00 2001 From: rabi Date: Fri, 23 Dec 2022 11:57:25 +0530 Subject: [PATCH] Remove tox skipdist=True This does not work with latest tox 4.x. Closes-Bug: #2000357 Change-Id: Ib0fca00c92ef56fce57eb6355cb6be36e478a744 (cherry picked from commit 7fd4519b222166edc5a02121a4a04c113ab671be) --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index d1df409c5b..5dfd5b7887 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] minversion = 3.18.0 -skipsdist = True envlist = pep8,py,tht [testenv]