This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 0cee52e70b8f8ea2c0a540cacbbdc5e440233b1b Author: Igor Izvekov <[email protected]> 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 =
