Skip to content

Commit c5ff061

Browse files
authored
test: zstandard should be a test dependency, and xxhash goes with lz4. (#1056)
1 parent 675594a commit c5ff061

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ dev = [
5959
]
6060
test = [
6161
"lz4",
62+
"xxhash",
63+
"zstandard",
6264
"minio",
6365
"aiohttp; python_version<\"3.12\"", # asyncio not available
6466
"fsspec",
@@ -70,7 +72,6 @@ test = [
7072
"pytest-rerunfailures",
7173
"requests",
7274
"scikit-hep-testdata",
73-
"xxhash",
7475
"rangehttpserver"
7576
]
7677

0 commit comments

Comments
 (0)