Remove test part

This commit is contained in:
王玺源 2021-11-10 06:37:49 +00:00 committed by Gitee
parent b989a53f1a
commit f537d53a5e

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-ldappool
Version: 2.4.1
Release: 1
Release: 2
Summary: A simple connector pool for python-ldap.
License: Mozilla Public License 2.0 (MPL 2.0)
URL: https://git.openstack.org/cgit/openstack/ldappool
@ -75,9 +75,6 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
%files -n python3-ldappool -f filelist.lst
%dir %{python3_sitelib}/*
@ -85,6 +82,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 2.4.1-2
- Remove test part
* Fri Nov 05 2021 OpenStack_SIG <openstack@openeuler.org> - 2.4.1-1
- Init package python3-ldappool of version 2.4.1