Enable tests

This commit is contained in:
Charalampos Stratakis 2016-12-13 15:30:48 +01:00
parent 4d6cfbfb4d
commit 4279dce58e

View File

@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: 0.7.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: %{sum}
License: MIT
@ -20,7 +20,7 @@ BuildRequires: python2-pytest
BuildRequires: python3-setuptools
BuildRequires: python3-devel
#BuildRequires: python3-pytest
BuildRequires: python3-pytest
%description
The imagesize package parses image file headers and returns the image sizes.
@ -75,7 +75,7 @@ rm -rf %{pypi_name}.egg-info
%check
py.test-2
#py.test-3
py.test-3
%files -n python2-%{pypi_name}
%doc README.rst
@ -90,6 +90,9 @@ py.test-2
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.7.1-4
- Enable tests
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.7.1-3
- Rebuild for Python 3.6
- Disable python3 tests