From e5e8b350109c037463884ef9de27a8277481a2d8 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 21 Sep 2023 16:34:54 -0400 Subject: [PATCH] remove fsspec --- pyproject.toml | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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", diff --git a/tox.ini b/tox.ini index b028c2aa1..87f88ce22 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,6 @@ extras = all,tests pass_env = HOME package = editable commands_pre = -# the released aiohttp (used by fsspec) is not compatible with 3.12 - devdeps: pip install git+https://github.com/aio-libs/aiohttp.git python -m pip install --upgrade pip # Generate `requiremments-min.txt`