File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
+
3
4
class MetadataError (Exception ):
4
5
pass
5
6
Original file line number Diff line number Diff line change 4
4
import pickle
5
5
import shutil
6
6
import unittest
7
- import warnings
8
7
from itertools import zip_longest
9
8
from tempfile import mkdtemp , mktemp
10
9
31
30
asb = None
32
31
33
32
34
-
35
-
36
33
# also check for environment variables indicating whether tests requiring
37
34
# services should be run
38
35
ZARR_TEST_ABS = os .environ .get ('ZARR_TEST_ABS' , '0' )
Original file line number Diff line number Diff line change 6
6
import tempfile
7
7
import textwrap
8
8
import unittest
9
- import warnings
10
9
11
10
import numpy as np
12
11
import pytest
30
29
asb = None
31
30
32
31
33
-
34
-
35
32
# also check for environment variables indicating whether tests requiring
36
33
# services should be run
37
34
ZARR_TEST_ABS = os .environ .get ('ZARR_TEST_ABS' , '0' )
You can’t perform that action at this time.
0 commit comments