From 176faf41d35fd4ecd712ce23612aa0c4a9bb7b47 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2016 21:25:13 +0100 Subject: [PATCH] Enable tests --- python-cryptography.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 6b3cfa4..438713a 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-cryptography Version: 1.5.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -36,7 +36,7 @@ BuildRequires: python-ipaddress %if 0%{?with_python3} BuildRequires: python3-devel -#BuildRequires: python3-pytest +BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-pretend BuildRequires: python3-iso8601 @@ -133,7 +133,7 @@ popd %if 0%{?with_python3} pushd %{py3dir} -#{__python3} setup.py test +%{__python3} setup.py test popd %endif @@ -151,6 +151,9 @@ popd %changelog +* Tue Dec 13 2016 Charalampos Stratakis - 1.5.3-5 +- Enable tests + * Mon Dec 12 2016 Charalampos Stratakis - 1.5.3-4 - Rebuild for Python 3.6 - Disable python3 tests for now