disable %check

This commit is contained in:
桐小哥 2021-11-27 07:33:17 +00:00 committed by shixuantong
parent 4d06c10dfb
commit 1601f3f44f

View File

@ -1,8 +1,8 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%bcond_without test %bcond_with test
Name: python-pluggy Name: python-pluggy
Version: 0.13.1 Version: 0.13.1
Release: 1 Release: 2
Summary: plugin and hook calling mechanisms for python Summary: plugin and hook calling mechanisms for python
License: MIT License: MIT
URL: https://github.com/pytest-dev/pluggy URL: https://github.com/pytest-dev/pluggy
@ -29,6 +29,7 @@ BuildRequires: python3-setuptools_scm
%if %{with test} %if %{with test}
BuildRequires: python3-pytest BuildRequires: python3-pytest
%endif %endif
%description -n python3-pluggy %description -n python3-pluggy
%{_description} %{_description}
@ -84,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Sat Nov 27 2021 shixuantong <shixuantong@huawei> - 0.13.1-2
- disable %check
* Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1 * Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1
- Update to 0.13.1 - Update to 0.13.1