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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 28cd93370 Fix duplication in tox config.
28cd93370 is described below

commit 28cd93370679f7f91a158c5ccc405af0ee72afe1
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Jan 15 11:05:12 2023 +0100

    Fix duplication in tox config.
---
 tox.ini | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/tox.ini b/tox.ini
index d24e558b3..47db058fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ allowlist_externals =
     echo
     bash
     /bin/bash
+    scripts/*.sh
 basepython =
     pypypy3: pypy3
     pypypy3.7: pypy3.7
@@ -39,11 +40,6 @@ setenv =
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 
--timeout=15 -n auto --dist loadfile --ignore libcloud/test/benchmarks/ 
--ignore-glob "*test_list_objects_filtering_performance*"
 
-whitelist_externals = cp
-                      bash
-                      echo
-                      scripts/*.sh
-
 [testenv:py3.6-dist]
 # Verify library installs without any dependencies when using python setup.py
 # install
@@ -205,7 +201,7 @@ deps = requests
 passenv =
     TERM
     GCE_API_KEY
-whitelist_externals = sha512sum
+allowlist_externals = sha512sum
                       bash
 commands =
     python contrib/scrape-gce-prices.py --all

Reply via email to