Skip to content

Commit 4dfd79d

Browse files
d-v-bmkitti
andauthored
Update pyproject.toml
Co-authored-by: Mark Kittisopikul <[email protected]>
1 parent 0b0206e commit 4dfd79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ crc32c = { features = ["crc32c"], solve-group = "default" }
255255
docs = { features = ["docs"], solve-group = "default" }
256256
msgpack = { features = ["msgpack"], solve-group = "default" }
257257
pcodec = { features = ["pcodec"], solve-group = "default" }
258-
test = { features = ["test"], solve-group = "default" }
258+
test = { features = ["test", "crc32c", "msgpack", "pcodec", "zfpy"], solve-group = "default" }
259259
test-extras = { features = ["test_extras"], solve-group = "default" }
260260
zfpy = { features = ["zfpy"], solve-group = "default" }
261261

0 commit comments

Comments
 (0)