zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

v2 array tests: handle different hexdigests from zlib-ng (#1678) #1971

Open AdamWill opened 4 weeks ago

AdamWill commented 4 weeks ago

As explained in the issue, zlib-ng produces different hex digests from original zlib. This adjusts the tests slightly to allow for this.

TODO:

Removed TODO items are irrelevant as this only changes tests.