From 1d0624fefa0a892b3fb8161cecae214ddbcc3e71 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2016 20:21:48 +0100 Subject: [PATCH] Enable tests --- python-attrs.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-attrs.spec b/python-attrs.spec index 51af823..b1826d2 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -2,7 +2,7 @@ Name: python-attrs Version: 16.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -24,9 +24,9 @@ BuildRequires: python%{python3_pkgversion}-setuptools %if 0%{?rhel} && 0%{?rhel} <= 7 # can't run tests on EPEL7 because we don't yet have python3x-zope-interface %else -#BuildRequires: python%{python3_pkgversion}-pytest -#BuildRequires: python%{python3_pkgversion}-hypothesis -#BuildRequires: python%{python3_pkgversion}-zope-interface +BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-hypothesis +BuildRequires: python%{python3_pkgversion}-zope-interface %endif %description @@ -70,7 +70,7 @@ object protocols. # Can't run tests on EPEL7 due to need for pytest >= 2.8 %else PYTHONPATH=%{buildroot}/%{python2_sitelib} py.test-2.7 -v -#PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v +PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %endif %files -n python2-%{modname} @@ -84,6 +84,9 @@ PYTHONPATH=%{buildroot}/%{python2_sitelib} py.test-2.7 -v %{python3_sitelib}/* %changelog +* Tue Dec 13 2016 Charalampos Stratakis - 16.1.0-3 +- Enable tests + * Mon Dec 12 2016 Charalampos Stratakis - 16.1.0-2 - Rebuild for Python 3.6 - Disable python3 tests for now