Skip to content

Commit fe5f51a

Browse files
committed
Temporary changes for testing on mac
1 parent e6bace0 commit fe5f51a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

numcodecs/tests/test_blosc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from numcodecs import blosc
1111
from numcodecs.blosc import Blosc
1212
except ImportError: # pragma: no cover
13+
raise
1314
pytest.skip(
1415
"numcodecs.blosc not available", allow_module_level=True
1516
)

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Cython==0.29.21
22
msgpack==1.0.2
3-
numpy==1.19.0
3+
numpy!=1.19.0

0 commit comments

Comments
 (0)