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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin fsspec in dev requirements #342

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Unpin fsspec in dev requirements #342

merged 3 commits into from
Jan 31, 2024

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Dec 8, 2023

In #338 I noticed that fsspec has been (accidentally??) pinned in the tests. Opening this PR to demonstrate that when it's unpinned the tests fail, indicating incompatibility with more recent versions of fsspec.

A change in fsspec led to growing numbers of "../.." entries
at the end of the filepaths. A call to resolve() is always
needed in order to keep the file paths canonical.
@joshmoore
Copy link
Member

Thanks again for opening this, @dstansby. Spent the office hours today debugging. Looks like the value of self.__store.fs.protocols had changed! I've pushed 1072b20 to your branch here. Let's see if we can get it to go green.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6810035) 85.02% compared to head (2093851) 85.06%.
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #342      +/-   ##
==========================================
+ Coverage   85.02%   85.06%   +0.03%     
==========================================
  Files          13       13              
  Lines        1529     1533       +4     
==========================================
+ Hits         1300     1304       +4     
  Misses        229      229              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshmoore joshmoore marked this pull request as ready for review January 31, 2024 09:38
@joshmoore joshmoore requested a review from will-moore January 31, 2024 09:38
Copy link
Member

@will-moore will-moore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks all.

@joshmoore joshmoore merged commit 2dad835 into ome:master Jan 31, 2024
17 checks passed
@dstansby dstansby deleted the fsspec-pin branch January 31, 2024 17:40
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.

3 participants