From 304b57fa5f3bb2ab8ed6b3a1c4bafdb22751306f Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 22 Sep 2023 14:44:29 -0400 Subject: [PATCH] remove fsspec as a test dependency as it doesn't yet support python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f954c247..3e4ba6053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ docs = [ 'tomli; python_version < "3.11"', ] tests = [ - "fsspec[http]>=2022.8.2", + #"fsspec[http]>=2022.8.2", "lz4>=0.10", "psutil", "pytest>=6",