From 1601f3f44f71e8055615da8c93bbb02af523d7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Sat, 27 Nov 2021 07:33:17 +0000 Subject: [PATCH] disable %check --- python-pluggy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pluggy.spec b/python-pluggy.spec index 2d873a5..8faff4c 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,8 +1,8 @@ %global _empty_manifest_terminate_build 0 -%bcond_without test +%bcond_with test Name: python-pluggy Version: 0.13.1 -Release: 1 +Release: 2 Summary: plugin and hook calling mechanisms for python License: MIT URL: https://github.com/pytest-dev/pluggy @@ -29,6 +29,7 @@ BuildRequires: python3-setuptools_scm %if %{with test} BuildRequires: python3-pytest %endif + %description -n python3-pluggy %{_description} @@ -84,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %{_pkgdocdir} %changelog +* Sat Nov 27 2021 shixuantong - 0.13.1-2 +- disable %check + * Wed Dec 09 2020 baizhonggui - 0.13.1-1 - Update to 0.13.1