From 7c9f4ee69766dc09a7b139245f4ef3ccafaa156b Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Fri, 18 Feb 2022 10:24:10 +0800 Subject: [PATCH] enable %check --- python-mako.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index 339a060..0363db5 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -2,19 +2,15 @@ Name: python-mako Version: 1.1.4 -Release: 2 +Release: 4 Summary: Mako template library for Python License: MIT Group: Development/Languages URL: http://www.makotemplates.org/ Source0: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz BuildArch: noarch - BuildRequires: python3-devel python3-setuptools -BuildRequires: python3-markupsafe python3-mock python3-nose -%if %{with test} BuildRequires: python3-pytest -%endif %description Python-mako is a template library for Python. It provides a familiar, non-XML @@ -51,9 +47,7 @@ mv %{buildroot}/%{_bindir}/mako-render %{buildroot}/%{_bindir}/python3-mako-rend rm -rf doc/build %check -%if %{with test} %{__python3} -m pytest -v -%endif %files -n python3-mako %license LICENSE AUTHORS @@ -65,6 +59,9 @@ rm -rf doc/build %doc doc %changelog +* Fri Feb 18 2022 yuanxin - 1.1.4-3 +- enable %check + * Sat Nov 27 2021 shixuantong - 1.1.4-2 - disable %check -- Gitee