We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef36eb1 commit 4271cd4Copy full SHA for 4271cd4
1 file changed
tests/test_io_hdf5.py
@@ -11,6 +11,10 @@
11
import healsparse
12
13
14
+if not healsparse.io_map_hdf5.use_hdf5:
15
+ pytest.skip("Skipping hdf5 tests", allow_module_level=True)
16
+
17
18
class Hdf5IoTestCase(unittest.TestCase):
19
def test_hdf5_writeread(self):
20
"""
0 commit comments