Enable tests
This commit is contained in:
parent
4d6cfbfb4d
commit
4279dce58e
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.7.1
|
Version: 0.7.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -20,7 +20,7 @@ BuildRequires: python2-pytest
|
|||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
#BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The imagesize package parses image file headers and returns the image sizes.
|
The imagesize package parses image file headers and returns the image sizes.
|
||||||
@ -75,7 +75,7 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
py.test-2
|
py.test-2
|
||||||
#py.test-3
|
py.test-3
|
||||||
|
|
||||||
%files -n python2-%{pypi_name}
|
%files -n python2-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -90,6 +90,9 @@ py.test-2
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.7.1-3
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
- Disable python3 tests
|
- Disable python3 tests
|
||||||
|
Loading…
Reference in New Issue
Block a user