From 4279dce58e49cb859493a40be1cbdebffce3a300 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2016 15:30:48 +0100 Subject: [PATCH] Enable tests --- python-imagesize.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-imagesize.spec b/python-imagesize.spec index ddde7e2..a60488f 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -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 - 0.7.1-4 +- Enable tests + * Fri Dec 09 2016 Charalampos Stratakis - 0.7.1-3 - Rebuild for Python 3.6 - Disable python3 tests