!2 【轻量级 PR】:Disable tests

From: @huangtianhua 
Reviewed-by: @ 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-07-12 01:28:16 +00:00 committed by Gitee
commit f64c7a6a0e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pyeclib Name: python-pyeclib
Version: 1.3.1 Version: 1.3.1
Release: 1 Release: 2
Summary: Python interface to erasure codes Summary: Python interface to erasure codes
License: BSD License: BSD
URL: http://git.openstack.org/cgit/openstack/pyeclib/ URL: http://git.openstack.org/cgit/openstack/pyeclib/
@ -34,16 +34,18 @@ This is v0.9 of PyECLib. This library provides a simple Python interface for imp
%install %install
%py3_install %py3_install
# diable tests
%check #%check
%{__python3} setup.py test #%{__python3} setup.py test
%files -n python3-pyeclib %files -n python3-pyeclib
%{python3_sitearch}/pyeclib* %{python3_sitearch}/pyeclib*
%changelog %changelog
* Mon Jul 04 2022 OpenStack_SIG <openstack@openeuler.org> - 1.3.1-2
- Disable test
* Sat Jul 31 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.1-1 * Sat Jul 31 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.1-1
- Package init - Package init