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

skip test_nwb2asset_remote_asset if no fsspec installed #1239

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

yarikoptic
Copy link
Member

fsspec installed only in "[extras]" extra_requires, so not by default. I tested that it is enough of "pip install fsspec" without "[http]" extras and test passes then.

Discovered needed while downstream testing dandi/dandi-schema#100 . Since we are installing dandi as released IIRC also for downstream in dandi-archive, I am marking this one for release so we get green again.

fsspec installed only in "[extras]" extra_requires, so not by default.
I tested that it is enough of "pip install fsspec" without "[http]" extras
and test passes then
@yarikoptic yarikoptic added release Create a release when this pr is merged tests Add or improve existing tests labels Mar 3, 2023
@yarikoptic yarikoptic requested a review from jwodder March 3, 2023 01:54
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.05 🎉

Comparison is base (7055e69) 89.13% compared to head (b2ee886) 89.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1239      +/-   ##
==========================================
+ Coverage   89.13%   89.18%   +0.05%     
==========================================
  Files          74       74              
  Lines        9617     9618       +1     
==========================================
+ Hits         8572     8578       +6     
+ Misses       1045     1040       -5     
Flag Coverage Δ
unittests 89.18% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dandi/tests/test_metadata.py 100.00% <100.00%> (ø)
dandi/_version.py 45.96% <0.00%> (+1.75%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yarikoptic yarikoptic merged commit 605d6a9 into master Mar 3, 2023
@yarikoptic yarikoptic deleted the bf-fsspec-test branch March 3, 2023 13:46
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

🚀 PR was released in 0.50.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Create a release when this pr is merged released tests Add or improve existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants