-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Exclude bad version of numcodecs & fix bsddb3 doctests #2544
Conversation
Actually exclude bad version of numcodecs Fix changelog entry
Fix doctest requires Try bumping version of pytest-doctestplus Fixup doctest requires
511d341
to
b55446d
Compare
2b469ab
to
c95d074
Compare
c95d074
to
e52e1a3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## support/v2 #2544 +/- ##
==============================================
- Coverage 99.98% 99.95% -0.03%
==============================================
Files 38 38
Lines 14718 14664 -54
==============================================
- Hits 14716 14658 -58
- Misses 2 6 +4
|
Sigh, numpy 2.2 is breaking some tests. I've pinned it here, I recommend we merge this and then I can tackle the numpy 2.2. breakages in another PR and un-pin it there. |
can you explain a bit why the |
Sorry, originally I dropped support for bsddb3 in #2344 (see changelog entry in that PR) because it wasn't playing nicely with numpy v2, and I didn't think it worth the time to invest in fixing for zarr v2. In that PR I forgot to delete the tests, so I've done that here. |
See zarr-developers/numcodecs#653 for context. This should make tests run again on the v2 branch.
Also fixes some parts of #2344 that were broken regarding skipping the bsddb3 doctests (I'm not sure why tests didn't run in that PR...)