Skip to content

Commit

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

[vars]
src_path = {tox_root}/src
tests_path = {tox_root}/tests
lib_path = {tox_root}/lib/charms/postgresql_k8s
src_path = "{tox_root}/src"
tests_path = "{tox_root}/tests"
lib_path = "{tox_root}/lib/charms/postgresql_k8s"
all_path = {[vars]src_path} {[vars]tests_path} {[vars]lib_path}

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

0 comments on commit 3bbd5f9

Please sign in to comment.