From 236dc849105d48b66912ae0d849990c2bfaf8dbf Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Fri, 10 Nov 2023 18:15:36 +0500 Subject: [PATCH] fix: update tox config --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f79a6c3a..1d0e6eb4 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ setenv = PYTHONPATH = {toxinidir} # Adding the option here instead of as a default in the docs Makefile because that Makefile is generated by shpinx. SPHINXOPTS = -W -whitelist_externals = +allowlist_externals = make rm deps = @@ -68,7 +68,7 @@ commands = make -e -C docs html [testenv:translations] -whitelist_externals = +allowlist_externals = make deps = -r{toxinidir}/requirements/dev.txt @@ -76,7 +76,7 @@ commands = make validate_translations [testenv:quality] -whitelist_externals = +allowlist_externals = make deps = -r{toxinidir}/requirements/quality.txt