Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2207076

Browse files
committed
Restrict libver with meta_block_size test to 1.10.2+
1 parent 770b316 commit 2207076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h5py/tests/test_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def test_file_create_with_meta_block_size(self):
654654
self.assertTrue(fid.meta_block_size) == meta_block_size
655655
self.assertTrue(fid["test"].id.get_offset()) == meta_block_size
656656

657-
@pytest.mark.skipif(h5py.version.hdf5_version_tuple < (1, 8, 0),
657+
@pytest.mark.skipif(h5py.version.hdf5_version_tuple < (1, 10, 2),
658658
reason="HDF5 header became smaller in version v1.8")
659659
def test_file_create_with_meta_block_size_libver(self):
660660
meta_block_size = 512

0 commit comments

Comments
 (0)