From e5864224476639ac2bc1fcf2e548b1bd0d10e07f Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 31 Jan 2023 03:37:45 +0000 Subject: [PATCH] Fix tox4 error Change-Id: I737120a97c82ec4a425af4aaf516d0766c56cd31 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 52d1599f..f29bd5dd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,13 @@ [tox] minversion = 3.1.1 envlist = py3,pep8 -skipsdist = True ignore_basepython_conflict = True [testenv] basepython = python3 usedevelop = True install_command = pip install -U {opts} {packages} -whitelist_externals = bash +allowlist_externals = bash find rm setenv = @@ -40,7 +39,7 @@ commands = basepython = python3 envdir = {toxworkdir}/docs deps = {[testenv:docs]deps} -whitelist_externals = +allowlist_externals = make commands = sphinx-build -W -b latex doc/source doc/build/pdf