Skip to content

Commit 3784e4e

Browse files
authored
Fix pixi test command (#35)
Signed-off-by: Kacper Dąbrowski <kacper.dabrowski@robotec.ai>
1 parent a9cd5d4 commit 3784e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ depends-on = ["sync"]
357357
description = "Run all linters and formatters"
358358

359359
[feature.dev.tasks.test]
360-
cmd = "uv run pytest"
360+
cmd = "PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 uv run python -m pytest"
361361
depends-on = ["sync"]
362362
description = "Run test suite"
363363

0 commit comments

Comments
 (0)