Skip to content

Commit ed2f6ba

Browse files
committed
Minor fix on tox for unit tests
1 parent b7d43a6 commit ed2f6ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

+8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ set_env =
1616
PYTHONPATH = {[vars]src_path}:{tox_root}/lib:{tox_root}/src/benchmark/wrapper
1717
PY_COLORS=1
1818
allowlist_externals =
19+
/bin/bash
1920
poetry
21+
pass_env =
22+
PYTHONPATH
23+
CHARM_BUILD_DIR
24+
MODEL_SETTINGS
25+
deps =
26+
poetry
27+
2028

2129
[testenv:format]
2230
description = Apply coding style standards to code

0 commit comments

Comments
 (0)