You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/28 15:55:25 UTC

[beam] branch master updated: whitelist->allowlist in tox.ini (#25647)

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

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d7d6a7fae69 whitelist->allowlist in tox.ini (#25647)
d7d6a7fae69 is described below

commit d7d6a7fae6993331ccb6392abedd2419a80f12fa
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Feb 28 10:55:16 2023 -0500

    whitelist->allowlist in tox.ini (#25647)
---
 sdks/python/tox.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index f3e55b1d99a..ca0db7ed2d7 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -32,7 +32,7 @@ passenv=TERM
 # Set [] options for pip installation of apache-beam tarball.
 extras = test,dataframe
 # Don't warn that these commands aren't installed.
-whitelist_externals =
+allowlist_externals =
   false
   time
   bash
@@ -161,7 +161,7 @@ deps =
   holdup==1.8.0
 extras =
   gcp
-whitelist_externals =
+allowlist_externals =
   echo
   sleep
 passenv = HDFSCLI_CONFIG
@@ -190,7 +190,7 @@ deps =
   -r build-requirements.txt
 extras =
   azure
-whitelist_externals =
+allowlist_externals =
   echo
   sleep
 passenv = REQUESTS_CA_BUNDLE