Skip to content

Commit

Permalink
fix: quote tox.ini repository paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical committed Nov 18, 2024
1 parent 3f31bbf commit c74d66b
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 c74d66b

Please sign in to comment.