Skip to content

Commit

Permalink
fixed runnig ut
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Jan 28, 2023
1 parent b2942c3 commit 732763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kraken/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [{
Expand Down

0 comments on commit 732763b

Please sign in to comment.