From 2cf702b270b216b229be7152f2c2edf1f79edbef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Mon, 16 Dec 2024 14:52:52 +0100 Subject: [PATCH] [DPE-6042] Quote tox.ini repository paths (#565) --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index a0ac8cf69..8f45b3efe 100644 --- a/tox.ini +++ b/tox.ini @@ -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/mysql +src_path = "{tox_root}/src" +tests_path = "{tox_root}/tests" +lib_path = "{tox_root}/lib/charms/mysql" all_path = {[vars]src_path} {[vars]tests_path} {[vars]lib_path} [testenv] set_env = - PYTHONPATH = {[vars]src_path}:{tox_root}/lib + PYTHONPATH = {tox_root}/src:{tox_root}/lib PY_COLORS = 1 allowlist_externals = poetry