From eaa88eb9dcc2b0eb9303067d4c8e07f6ed74e9c2 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Tue, 31 Oct 2023 12:00:38 +0000 Subject: [PATCH] fix pythonpath --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 27aed443fe..9042efbda3 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ all_path = {[vars]src_path} {[vars]tests_path} [testenv] set_env = - PYTHONPATH = {tox_root}:{tox_root}/lib:{[vars]src_path} + PYTHONPATH = {tox_root}/lib:{[vars]src_path} PY_COLORS = 1 allowlist_externals = poetry