Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

require fsspec>=2022.1.0 #148

Merged
merged 5 commits into from Oct 1, 2023
Merged

require fsspec>=2022.1.0 #148

merged 5 commits into from Oct 1, 2023

Conversation

ap--
Copy link
Collaborator

@ap-- ap-- commented Sep 23, 2023

This PR closes #141 by introducing a minimum version requirement for fsspec>=2022.1.0. I went as far back as reasonable before larger parts of the test suite started failing.

Some notes:

  • I'm xfailing the few tests that require slightly newer versions of fsspec for specific implementations. (I.e. some mkdir stuff for gcsfs<2022.7.1, or a webdav test that needs fsspec>=2022.5.0, etc...)

TODO:

  • add CI job testing against fsspec==2022.1.0
  • decide if we should:
    • fix the fs specific behavior for these xfailed tests 馃毇
    • add min version requirements per implementation 馃毇
    • just document them (my preferred option right now) 鉁旓笍

@ap-- ap-- force-pushed the min-fsspec-version branch 3 times, most recently from e1e9945 to 198b662 Compare September 24, 2023 20:40
@ap-- ap-- marked this pull request as ready for review September 24, 2023 20:47
@ap-- ap-- merged commit 7e3836d into fsspec:main Oct 1, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependencies: introduce minimum version requirement for fsspec
1 participant