[h5py] 293/455: Fix tests for Windows also

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 6b0e24c3769d79a0070a0ca98354780912715dbf
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Mon Jun 22 05:03:09 2009 +0000

    Fix tests for Windows also
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 60ff752..35035ed 100644
--- a/setup.py
+++ b/setup.py
@@ -536,7 +536,7 @@ the installer.
 
 if os.name == 'nt':
     package_data = {'h5py': ['*.pyx', '*.dll'],
-                       'h5py.tests': ['data/*.hdf5']}
+                       'h5py.tests': ['data/*.hdf5', 'data/*.h5']}
 else:
     package_data = {'h5py': ['*.pyx'],
                    'h5py.tests': ['data/*.hdf5', 'data/*.h5']}

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