From d1b11792c422fd3490725c5309f702fafb4d5b44 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Fri, 20 Sep 2024 11:13:18 +0100 Subject: [PATCH] DEV: adjust pixi tasks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31fd757..56f047f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ docs = { features = ["docs"], solve-group = "default" } test = { features = ["test"], solve-group = "default" } [tool.pixi.feature.test.tasks] -test = { cmd = "pytest", cwd = "." } +test = { cmd = "pytest" } test-ci = { cmd = "pytest -ra --cov --cov-report=xml --cov-report=term --durations=20" } [tool.pixi.feature.dev.tasks]