You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2022/06/21 17:19:11 UTC

[avro] branch master updated: AVRO-3525: whitelist_externals is now deprecated (#1702)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6de4d0886 AVRO-3525: whitelist_externals is now deprecated (#1702)
6de4d0886 is described below

commit 6de4d088630e0ec6c6b5e603f2029bda4f9530a7
Author: Igor Izvekov <iz...@mail.ru>
AuthorDate: Tue Jun 21 20:19:05 2022 +0300

    AVRO-3525: whitelist_externals is now deprecated (#1702)
---
 lang/py/tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/py/tox.ini b/lang/py/tox.ini
index ab2ceaa2e..07e4d498d 100644
--- a/lang/py/tox.ini
+++ b/lang/py/tox.ini
@@ -43,7 +43,7 @@ deps =
     coverage
     python-snappy
     zstandard
-whitelist_externals =
+allowlist_externals =
     cp
     mkdir
 commands_pre =
@@ -61,7 +61,7 @@ commands_post =
 ##
 # A virtual environment only used to build the wheel
 deps =
-whitelist_externals =
+allowlist_externals =
 commands_pre =
 commands =
 commands_post =