!2 【轻量级 PR】:Disable tests
From: @huangtianhua Reviewed-by: @ Signed-off-by: @xiyuanwang
This commit is contained in:
commit
f64c7a6a0e
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-pyeclib
|
||||
Version: 1.3.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Python interface to erasure codes
|
||||
License: BSD
|
||||
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
|
||||
%py3_install
|
||||
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
# diable tests
|
||||
#%check
|
||||
#%{__python3} setup.py test
|
||||
|
||||
%files -n python3-pyeclib
|
||||
|
||||
%{python3_sitearch}/pyeclib*
|
||||
|
||||
|
||||
|
||||
%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
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user