From 02367ec1fe8c714b2adc8d55a7dd65f14d92f1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Tue, 19 Nov 2024 16:14:58 +0100 Subject: [PATCH] [DPE-6042] Quote tox.ini repository paths (#678) --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 39651f44eb..3f468e5999 100644 --- a/tox.ini +++ b/tox.ini @@ -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