From c5ff0619271725867d4cee5060a1c9db661cb39b Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Thu, 7 Dec 2023 08:51:17 -0600 Subject: [PATCH] test: zstandard should be a test dependency, and xxhash goes with lz4. (#1056) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2fdfd661..68c9f3434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,8 @@ dev = [ ] test = [ "lz4", + "xxhash", + "zstandard", "minio", "aiohttp; python_version<\"3.12\"", # asyncio not available "fsspec", @@ -70,7 +72,6 @@ test = [ "pytest-rerunfailures", "requests", "scikit-hep-testdata", - "xxhash", "rangehttpserver" ]