-
-
Notifications
You must be signed in to change notification settings - Fork 325
test_storage.py::TestFSStore::test_create fails #825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I assume there's no easy way to avoid the use of cc: @martindurant |
I am sorry, but no. We try to have as recent packages as possible and unless it is a super-important package we won't hold whole distribution back. |
Apparently a duplicate of #812. |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this issue
Aug 28, 2021
https://build.opensuse.org/request/show/914748 by user mcepl + dimstar_suse - Update to 2.9.3: - Mark the fact that some tests that require fsspec, without compromising the code coverage score. By Ben Williams; #823. - Only inspect alternate node type if desired isn’t present. By Trevor Manz; #696. - Correct conda-forge deployment of Zarr by fixing some Zarr tests. By Ben Williams; #821. - Add skip-825-TestFSStore-test_create.patch (gh#zarr-developers/zarr-python#825). - Update to version 2.9.0 * This release of Zarr Python is the first release of Zarr to not support Python 3.6. * Update ABSStore for compatibility with newer azure.storage. blob. * Pathlib support. * Fix dimension_separator support. * Extract ABSStore to zarr._storage.absstore. * TST: add missing assert in test_hexdigest. - Add zarr-pr802-fsspec-2021-07.patch
Fixed by #802 (v2.9.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When packaging zarr 2.9.3 for running the test suite it fails in test_storage.py::TestFSStore::test_create:
If could be Python 3.9 issue (hello, #629 !), but I think it should be unstable API of whatever package provides
self.fs.cat
.Version and installation information
Please provide the following:
zarr.__version__
2.9.3numcodecs.__version__
0.7.3Complete build log with all versions of packages used and steps taken.
The text was updated successfully, but these errors were encountered: