We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c57e2 commit 25baaacCopy full SHA for 25baaac
pyproject.toml
@@ -187,7 +187,7 @@ bench = { cmd = [
187
"--benchmark-enable",
188
"--benchmark-autosave",
189
"--benchmark-group-by=name",
190
-], depends-on = [{ task = "build-tests" }] }
+] }
191
benchcmp = { cmd = [
192
"pytest",
193
"$PIXI_PROJECT_ROOT/testing",
@@ -197,7 +197,7 @@ benchcmp = { cmd = [
197
198
199
"--benchmark-compare",
200
201
202
[tool.pixi.target.linux.tasks.test]
203
cmd = ["pytest", "$PIXI_PROJECT_ROOT/testing"]
0 commit comments