This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a commit to branch abderrahim/allowlist
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 1f7ea1d3bc7940fd9baeda24ddc0b0909686887c
Author: Abderrahim Kitouni <[email protected]>
AuthorDate: Fri Dec 15 17:17:18 2023 +0100

    tox.ini: use allowlist_externals instead of whitelist_externals
    
    whitelist_externals is deprecated since tox 3.18 and removed in tox 4.x
---
 tox.ini | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tox.ini b/tox.ini
index cd11c5878..f2384e2b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -97,7 +97,7 @@ setenv =
     py{37,38,39,310,311,312}-!nocover: BST_CYTHON_TRACE = 1
     randomized: PYTEST_ADDOPTS="--random-order-bucket=global"
 
-whitelist_externals =
+allowlist_externals =
     py{37,38,39,310,311,312}:
         mv
         mkdir
@@ -117,7 +117,7 @@ deps =
     windows-curses
     cython
     .
-whitelist_externals =
+allowlist_externals =
     bst
     cmd
 
@@ -208,7 +208,7 @@ passenv =
     HOME
     LANG
     LC_ALL
-whitelist_externals =
+allowlist_externals =
     make
 
 #
@@ -230,7 +230,7 @@ commands = {posargs}
 deps =
     -rrequirements/requirements.txt
     -rrequirements/dev-requirements.txt
-whitelist_externals = *
+allowlist_externals = *
 
 
 #

Reply via email to