Skip to content

Tighten up warnings context management - #873

Merged
BrianMichell merged 2 commits into
TGSAI:mainfrom
BrianMichell:fix/zarr-warning-filter-leak
Sep 16, 2026
Merged

BrianMichell merged 2 commits into
TGSAI:mainfrom
BrianMichell:fix/zarr-warning-filter-leak

Conversation

@BrianMichell

Copy link
Copy Markdown
Collaborator

Resolves #864

Bumping zarr to 3.3.0 removes the warning for our normal structured headers. It does not remove the warning for raw headers.

Also took this chance to delete the numcodecs warning since this is no longer used.

@BrianMichell BrianMichell added the bug Something isn't working label Sep 14, 2026
@codecov

codecov Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.04%. Comparing base (c3ba558) to head (d5475a5).
⚠️ Report is 253 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #873      +/-   ##
==========================================
+ Coverage   85.30%   93.04%   +7.73%     
==========================================
  Files          46      147     +101     
  Lines        2219     8393    +6174     
  Branches      306      469     +163     
==========================================
+ Hits         1893     7809    +5916     
- Misses        281      510     +229     
- Partials       45       74      +29     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BrianMichell
BrianMichell merged commit d8c80cb into TGSAI:main Sep 16, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zarr_io warning-suppression context managers leak a process-global filter (never restored)

1 participant