[h5py] 446/455: Disable test on known buggy versions of HDF5

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:20:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 10011070d7481c7e60e41cb899b5d4fab57bb2ab
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sun Mar 14 00:37:11 2010 +0000

    Disable test on known buggy versions of HDF5
---
 h5py/tests/high/test_vlen.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/h5py/tests/high/test_vlen.py b/h5py/tests/high/test_vlen.py
index e62ecb0..9f843ec 100644
--- a/h5py/tests/high/test_vlen.py
+++ b/h5py/tests/high/test_vlen.py
@@ -64,6 +64,7 @@ class TestReadWrite(tests.HTest):
             dset[s] = data_arr[s]
             self.assert_(np.all(dset[s] == data_arr[s]), "slc %s data %s" % (s, data_arr[s]))
 
+    @tests.require(h5py.version.hdf5_version_tuple >= (1,8,3))
     def test_compound(self):
         """ (Vlen) VL strings in compound types """
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list