From 945d285b6a3b6bcef838c739a52c3beb5b02e01c Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Sat, 24 Dec 2022 14:03:50 +0100 Subject: [PATCH] chore(tox): rename `whitelist_externals` to `allowlist_externals` --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b7b5596..1ac5bef9 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ python = [testenv] passenv = PYTHON_VERSION -whitelist_externals = poetry +allowlist_externals = poetry commands = poetry install -v pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml