Skip to content

Commit d0f42fe

Browse files
committed
test(pixi): exclude create-itk-wasm from top level
Conflicts occur with create-itk-wasm's tests invocation of pixi.
1 parent 77e1ab3 commit d0f42fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description = "Build ITK-Wasm"
2525
depends-on = ["pnpm-install", "build-itk-wasm", "build-native-compare-images", "build-native-compare-meshes", "build-native-compress-stringify", "build-native-dicom", "build-native-downsample", "build-native-mesh-io", "build-native-transform-io"]
2626

2727
[tasks.test]
28-
cmd = "pnpm run test"
28+
cmd = "pnpm run test --filter !create-itk-wasm"
2929
description = "Test ITK-Wasm"
3030
depends-on = ["test-itk-wasm", "test-native-compare-images", "test-native-compare-meshes", "test-native-compress-stringify", "test-native-dicom", "test-native-downsample", "test-native-mesh-io", "test-native-transform-io"]
3131

0 commit comments

Comments
 (0)