Adam Williamson
Adam Williamson
Yes, bot, I know, I've been busy.
See https://github.com/coreos/rpm-ostree/issues/5494 .
[Video of a failure](https://github.com/user-attachments/assets/0ba3c709-a8ea-4345-99b8-a031a69c1427). The issue happens at the 0:11 mark of the video. You'll have to step it frame-by-frame to see it happening clearly - the video is substantially...
Yeah, it *is* affecting Rawhide, but also F42, the example failure is an F42 update test. Looking through the Rawhide failures, I'm also seeing a different-but-possibly related one. Sometimes it...
On v3 the check in `test_hierarchy` was commented out entirely, but that seems excessive to me. The comment `# no exception raised if path does not exist or is leaf`...
ugh, it's been a while, but I *think* the change is supposed to work with both old and new fsspec? I'll try and find a minute to remember it...
yeah, looking at it again, this is intended to work both ways.
eh, but looking at the test results, it didn't. not sure why not, i'd have to remember all this stuff again. sigh.
If I run `black` on the changed file here locally it does indeed want to change a bunch of stuff, but none of it is stuff this PR touches -...
yeah, it looks like numpy got some custom types. I guess you might need to do stuff like: ``` diff --git a/src/zarr/v2/core.py b/src/zarr/v2/core.py index c1223dac..04da6749 100644 --- a/src/zarr/v2/core.py +++ b/src/zarr/v2/core.py...