[h5py] 444/455: work around bug in 1.8.0

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:59 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 658b7dcc641de6506deaec8b4459c1ee99103147
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Mar 9 23:39:32 2010 +0000

    work around bug in 1.8.0
---
 h5py/tests/high/test_file.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/h5py/tests/high/test_file.py b/h5py/tests/high/test_file.py
index 1750741..f7c4b66 100644
--- a/h5py/tests/high/test_file.py
+++ b/h5py/tests/high/test_file.py
@@ -51,6 +51,7 @@ class TestOpening(FileBase):
         self.f = h5py.File(self.name, 'a')
         self.assert_('g' in self.f)
 
+    @tests.require(h5py.version.hdf5_version > (1,8,2))
     def test_r(self):
         """ (File) Readonly """
         self.name = mktemp()

-- 
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