Tests run okay now

This commit is contained in:
Orion Poplawski 2016-03-23 09:52:08 -06:00
parent 16d1319bc4
commit 49acf55b09
1 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Summary: A Python interface to the HDF5 library
Name: h5py
Version: 2.5.0
Release: 7%{?dist}
Release: 8%{?dist}
Group: Applications/Engineering
License: BSD
URL: http://www.h5py.org/
@ -97,10 +97,10 @@ chmod 0755 %{buildroot}%{python3_sitearch}/%{name}/*.so
%endif
%check
%{__python} setup.py test || :
%{__python} setup.py test
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py test || :
%{__python3} setup.py test
popd
%endif
@ -117,6 +117,9 @@ popd
%endif
%changelog
* Wed Mar 23 2016 Orion Poplawski <orion@cora.nwra.com> - 2.5.0-8
- Tests run okay now
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild