We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49c225 commit 0603573Copy full SHA for 0603573
setup.py
@@ -31,6 +31,7 @@
31
# pin Zarr to use new FSStore instead of KVStore
32
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
33
# for testing
34
+ 'moto', # mock S3 tests
35
'pytest',
36
'pytest-cov>=2.10.1',
37
'pytest-html!=2.1.0',
0 commit comments