zarr-developers / numcodecs

A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
http://numcodecs.readthedocs.io
MIT License
128 stars 88 forks source link

Drop unnecessary dependency on mock #643

Closed avalentino closed 1 week ago

avalentino commented 1 week ago

Mock is only used in docs/conf.py but the unittest.mock from the standard library is used so an external mock dependency is not needed.

TODO:

jakirkham commented 1 week ago

Lovely! Thank you Antonio 🙏

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.88%. Comparing base (ad1ad67) to head (954c833). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #643 +/- ## ======================================= Coverage 99.88% 99.88% ======================================= Files 62 62 Lines 2708 2708 ======================================= Hits 2705 2705 Misses 3 3 ```