Skip to content

Commit

Permalink
remove fsspec
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Sep 21, 2023
1 parent 39c585d commit e5e8b35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e5e8b35

Please sign in to comment.