Skip to content

Commit b8645f8

Browse files
fix(pixi): add test extras to feature-specific pypi-dependencies
The test feature was not including s3fs and other test dependencies because the feature-specific pypi-dependencies were missing. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 272fcb5 commit b8645f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ platforms = ["linux-64", "osx-arm64", "linux-aarch64"]
180180
[tool.pixi.pypi-dependencies]
181181
datajoint = { path = ".", editable = true }
182182

183+
[tool.pixi.feature.test.pypi-dependencies]
184+
datajoint = { path = ".", editable = true, extras = ["test"] }
185+
186+
[tool.pixi.feature.dev.pypi-dependencies]
187+
datajoint = { path = ".", editable = true, extras = ["dev", "test"] }
188+
183189
[tool.pixi.environments]
184190
default = { solve-group = "default" }
185191
dev = { features = ["dev"], solve-group = "default" }

0 commit comments

Comments
 (0)