From 2992645b36cbf03a8ff8aa0b3db5296bb41437e4 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 18 Sep 2023 08:10:22 -0400 Subject: [PATCH] skip fsspec tests --- 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",