From 37d4e7b040b1f148ea0f4fb291f5e289f8bee4f4 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Fri, 10 Nov 2023 18:02:21 +0500 Subject: [PATCH] fix: update tox config --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d15fffd..5aa9d3f 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,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 = @@ -64,7 +64,7 @@ commands = twine check dist/* [testenv:quality] -whitelist_externals = +allowlist_externals = make rm touch