From 62518a75e542da136a6019e2d90054b39d267e44 Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 26 Dec 2022 09:10:05 +0530 Subject: [PATCH] Remove tox skipdist=True This does not work with latest tox 4.x. Also makes changes to make tox.ini latest tox compatible. Closes-Bug: #2000357 Change-Id: I76666a3931b542e0859be58ae0426cd5f36fb347 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 38ca4b24..c165f4c9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] -minversion = 2.0 -skipsdist = True +minversion = 3.18.0 envlist = docs,deploy-guide [testenv] @@ -21,7 +20,8 @@ commands = sphinx-build -a -E -W -d doc/build/doctrees --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