From 6f323e0173de0d1b5027a55887a84f56b996c237 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 20 Oct 2023 10:43:52 -0400 Subject: [PATCH] fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery --- requirements/ci.in | 1 - tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements/ci.in b/requirements/ci.in index 3797849..3586cbe 100644 --- a/requirements/ci.in +++ b/requirements/ci.in @@ -3,4 +3,3 @@ -c constraints.txt tox # Virtualenv management for tests -tox-battery # Makes tox aware of requirements file changes diff --git a/tox.ini b/tox.ini index 952706c..a961bd6 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,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 = @@ -59,7 +59,7 @@ commands = twine check dist/* [testenv:quality] -whitelist_externals = +allowlist_externals = make rm touch