diff --git a/tox.ini b/tox.ini index 20c1a8f20..cd209e49c 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 -scripts_path = {tox_root}/scripts +src_path = "{tox_root}/src" +tests_path = "{tox_root}/tests" +scripts_path = "{tox_root}/scripts" all_path = {[vars]src_path} {[vars]tests_path} {[vars]scripts_path} [testenv] set_env = - PYTHONPATH = {[vars]src_path}:{tox_root}/lib + PYTHONPATH = {tox_root}/src:{tox_root}/lib PY_COLORS = 1 allowlist_externals = poetry