Skip to content

Commit 5e2413e

Browse files
[DPE-6042] Quote tox.ini repository paths (#541)
1 parent 65772dd commit 5e2413e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ no_package = True
66
env_list = lint, unit
77

88
[vars]
9-
src_path = {tox_root}/src
10-
tests_path = {tox_root}/tests
11-
scripts_path = {tox_root}/scripts
9+
src_path = "{tox_root}/src"
10+
tests_path = "{tox_root}/tests"
11+
scripts_path = "{tox_root}/scripts"
1212
all_path = {[vars]src_path} {[vars]tests_path} {[vars]scripts_path}
1313

1414
[testenv]
1515
set_env =
16-
PYTHONPATH = {[vars]src_path}:{tox_root}/lib
16+
PYTHONPATH = {tox_root}/src:{tox_root}/lib
1717
PY_COLORS = 1
1818
allowlist_externals =
1919
poetry

0 commit comments

Comments
 (0)