From b751bcdc3802428a46fcf8fba945241d4fd47183 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 23 Dec 2022 16:18:18 +0900 Subject: [PATCH] Remove tox skipdist=True This does not work with latest tox 4.x. Also includes Icba1345ce6ab9819ad5683c3227573fb961c7f0d. Closes-Bug: #2000357 Co-Authored-By: Rabi Mishra Change-Id: Iccf25bd75c2d11aee54f8846c69f7797a170edaf (cherry picked from commit 35f2d79eea6c5167bc86af50b0181145f3ad32b6) (cherry picked from commit fcb9861d80708f9a150b93d5c79c9623a221ee89) (cherry picked from commit 3c66b09cd3375fb1568cfcbda752944e8863fabf) --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index aa91e89a2..3af5eb1a9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.18.0 envlist = pep8,py -skipsdist = True # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set @@ -70,7 +69,7 @@ commands = sphinx-build -a -E -W --keep-going -b html doc/source doc/build/html [testenv:pdf-docs] -whitelist_externals = make +allowlist_externals = make description = Build PDF documentation. envdir = {toxworkdir}/docs