From f491b94e94dd07b67b365537467ddbc7a4393b37 Mon Sep 17 00:00:00 2001 From: Christoph Pokorny Date: Tue, 9 Jul 2024 17:04:28 +0200 Subject: [PATCH] Added allowlist --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 7f5eb23..0008b14 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,9 @@ deps = {[base]testdeps} commands = pytest -vv tests/unit [testenv:functional] +allowlist_externals = + echo + parquet2hdf5 commands = echo $PATH echo $PWD