From 732763b24543c7437a2f5755bb9b183acb36d8fe Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Sat, 28 Jan 2023 11:54:54 +0100 Subject: [PATCH] fixed runnig ut --- .kraken/unit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kraken/unit_tests.py b/.kraken/unit_tests.py index 7bce9634..a2f5a968 100644 --- a/.kraken/unit_tests.py +++ b/.kraken/unit_tests.py @@ -66,7 +66,7 @@ def stage(ctx): "timeout": 300 }, { "tool": "pytest", - "pytest_exe": "POSTGRES_URL=postgresql://kkut:kkut@172.17.0.1:15432/ poetry run pytest", + "pytest_exe": "POSTGRES_URL=postgresql://kkut:kkut@172.17.0.1:15432/ ../venv/bin/poetry run pytest", "cwd": "kraken/server" }], "environments": [{