Skip to content

Commit 02367ec

Browse files
[DPE-6042] Quote tox.ini repository paths (#678)
1 parent f50d373 commit 02367ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

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

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

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

0 commit comments

Comments
 (0)