disable %check
This commit is contained in:
parent
4d06c10dfb
commit
1601f3f44f
@ -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 <shixuantong@huawei> - 0.13.1-2
|
||||
- disable %check
|
||||
|
||||
* Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1
|
||||
- Update to 0.13.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user