Skip to content

Conversation

sjperkins
Copy link
Contributor

@sjperkins sjperkins commented Oct 2, 2025

@github-actions github-actions bot added topic-backends topic-zarr Related to zarr storage library io labels Oct 2, 2025
@sjperkins
Copy link
Contributor Author

Any advice for the permission denied error on Windows? The new test case doesn't look significantly different from those above it?

@shoyer
Copy link
Member

shoyer commented Oct 3, 2025

Any advice for the permission denied error on Windows? The new test case doesn't look significantly different from those above it?

This usually means that we didn't remember close a file.

But honestly Windows is super picky, and I have struggled to track these down in many cases.

Feel free to xfail this test on Windows. Here's an example of how to do that:

@pytest.mark.xfail(
ON_WINDOWS,
reason="Permission errors from Zarr: https://github.com/pydata/xarray/pull/10793",
)

@sjperkins
Copy link
Contributor Author

sjperkins commented Oct 3, 2025

rtd build failure appears unrelated: due to a http timeout

@shoyer shoyer merged commit badb6f1 into pydata:main Oct 3, 2025
36 of 37 checks passed
@shoyer
Copy link
Member

shoyer commented Oct 3, 2025

Thanks @sjperkins !

It looks like the docs build is failing because docs.scipy.org is not supporting HTTPS currently

@sjperkins sjperkins deleted the zarr-supports_groups=True branch October 3, 2025 18:43
@sjperkins
Copy link
Contributor Author

Thanks for the review and merge @shoyer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
io topic-backends topic-zarr Related to zarr storage library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zarr backend isn't configured with supports_groups=True
2 participants