Pytest is emitting some deprecation warnings that are causing test failures, e.g. https://github.com/zarr-developers/zarr-python/actions/runs/27602093315/job/81605265762?pr=3987#step:7:61. see https://docs.pytest.org/en/stable/deprecations.html#non-collection-iterables-in-pytest-mark-parametrize we need to updated our tests to get ahead of this.
Pytest is emitting some deprecation warnings that are causing test failures, e.g. https://github.com/zarr-developers/zarr-python/actions/runs/27602093315/job/81605265762?pr=3987#step:7:61.
see https://docs.pytest.org/en/stable/deprecations.html#non-collection-iterables-in-pytest-mark-parametrize
we need to updated our tests to get ahead of this.