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