Skip to content

Commit a118f1d

Browse files
committed
remove lines for codecov
1 parent e8c6ba7 commit a118f1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zarr/tests/test_storage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,6 @@ def s3(request):
10331033
s3so = dict(client_kwargs={'endpoint_url': endpoint_uri},
10341034
use_listings_cache=False)
10351035
s3 = s3fs.S3FileSystem(anon=False, **s3so)
1036-
# if s3.exists("test"):
1037-
# s3.rm("test", recursive=True)
10381036
s3.mkdir("test")
10391037
request.cls.s3so = s3so
10401038
yield

0 commit comments

Comments
 (0)