!9 【轻量级 PR】:Disable test

From: @huangtianhua 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-07-06 03:53:43 +00:00 committed by Gitee
commit cb51b427f2
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
Name: python-xattr
Version: 0.9.9
Release: 1
Release: 2
Summary: Python wrapper for extended filesystem attributes
License: MIT
URL: http://github.com/xattr/xattr
@ -72,7 +72,8 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
# disable tests
#%{__python3} setup.py test
%files -n python3-xattr -f filelist.lst
%dir %{python3_sitearch}/*
@ -81,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Jul 06 2022 OpenStack_SIG <openstack@openeuler.org> - 0.9.9-2
- Disable test
* Fri May 13 2022 OpenStack_SIG <openstack@openeuler.org> - 0.9.9-1
- Upgrade package python3-xattr to version 0.9.9