Remove test part

This commit is contained in:
王玺源 2021-11-10 06:29:00 +00:00 committed by Gitee
parent 561f4e0138
commit 72189f01a8

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-glanceclient Name: python-glanceclient
Version: 2.17.1 Version: 2.17.1
Release: 1 Release: 2
Summary: OpenStack Image API Client Library Summary: OpenStack Image API Client Library
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/python-glanceclient/latest/ URL: https://docs.openstack.org/python-glanceclient/latest/
@ -90,8 +90,6 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
pytest -k 'unit and not test_http'
%files -n python3-glanceclient -f filelist.lst %files -n python3-glanceclient -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -100,6 +98,8 @@ pytest -k 'unit and not test_http'
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 2.17.1-2
- Remove test part
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 2.17.1-1 * Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 2.17.1-1
- Downgrade package python3-glanceclient to version 2.17.1 - Downgrade package python3-glanceclient to version 2.17.1