Skip to content

Commit 0603573

Browse files
committed
add moto as dep
1 parent e49c225 commit 0603573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
# pin Zarr to use new FSStore instead of KVStore
3232
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
3333
# for testing
34+
'moto', # mock S3 tests
3435
'pytest',
3536
'pytest-cov>=2.10.1',
3637
'pytest-html!=2.1.0',

0 commit comments

Comments
 (0)