Skip to content

Commit

Permalink
Added passenv
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-pok committed Jul 9, 2024
1 parent f491b94 commit 1dffeb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ deps = {[base]testdeps}
commands = pytest -vv tests/unit

[testenv:functional]
passenv =
PATH
allowlist_externals =
echo
parquet2hdf5
commands =
echo $PATH
echo $PWD
parquet2hdf5 --version
# commands = pytest -vv tests/functional

Expand Down

0 comments on commit 1dffeb7

Please sign in to comment.