Skip to content

Commit

Permalink
[DPE-6042] Quote tox.ini repository paths (canonical#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical authored Nov 19, 2024
1 parent f50d373 commit 02367ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ no_package = True
env_list = lint, unit

[vars]
src_path = {tox_root}/src
tests_path = {tox_root}/tests
src_path = "{tox_root}/src"
tests_path = "{tox_root}/tests"
all_path = {[vars]src_path} {[vars]tests_path}

[testenv]
set_env =
PYTHONPATH = {tox_root}/lib:{[vars]src_path}
PYTHONPATH = {tox_root}/lib:{tox_root}/src
PY_COLORS = 1
allowlist_externals =
poetry
Expand Down

0 comments on commit 02367ec

Please sign in to comment.