Enable tests

This commit is contained in:
Charalampos Stratakis 2016-12-13 21:00:13 +01:00
parent c53eb8699f
commit 0229b4c7a1

View File

@ -6,7 +6,7 @@
Name: python-whoosh
Version: 2.7.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Fast, pure-Python full text indexing, search, and spell checking library
License: BSD
@ -22,7 +22,7 @@ BuildRequires: python-sphinx
%if 0%{?with_python3}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
#BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-pytest
%endif
%description
@ -79,7 +79,7 @@ rm -rf docs/html/.doctrees
%{__python2} setup.py test
%if 0%{?with_python3}
#{__python3} setup.py test
%{__python3} setup.py test
%endif
%files -n python2-whoosh
@ -97,6 +97,9 @@ rm -rf docs/html/.doctrees
%endif
%changelog
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.7.4-5
- Enable tests
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.7.4-4
- Rebuild for Python 3.6
- Disable python3 tests for now