[h5py] 292/455: Fix test glitch
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:43 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 f144496beb8fb98cf8cb1c7ab3f9723ca36e2860
Author: andrewcollette <andrew.collette at gmail.com>
Date: Mon Jun 22 04:49:04 2009 +0000
Fix test glitch
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index f00f8b5..60ff752 100644
--- a/setup.py
+++ b/setup.py
@@ -539,7 +539,7 @@ if os.name == 'nt':
'h5py.tests': ['data/*.hdf5']}
else:
package_data = {'h5py': ['*.pyx'],
- 'h5py.tests': ['data/*.hdf5']}
+ 'h5py.tests': ['data/*.hdf5', 'data/*.h5']}
setup(
name = NAME,
--
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