From ba9ab38f5e1b1cba7fd34e6ffcf72945aa5e0e84 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 5 Feb 2016 12:44:20 +0100 Subject: [PATCH] Do not call py.test, there are currently no tests in the tarball. --- python-jinja2.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index b8b4be8..743fda5 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -8,7 +8,7 @@ Name: python-jinja2 Version: 2.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -125,12 +125,14 @@ popd %check pushd python2 -make test +# there are currently no tests in the jinja2 tarball +# make test popd %if 0%{?with_python3} pushd python3 -make test +# there are currently no tests in the jinja2 tarball +# make test popd %endif # with_python3 @@ -175,6 +177,9 @@ popd %changelog +* Fri Feb 5 2016 Thomas Moschny - 2.8-5 +- Do not call py.test, there are currently no tests in the tarball. + * Thu Feb 04 2016 Fedora Release Engineering - 2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild