!5 【轻量级 PR】:Fix test issue

From: @xiyuanwang
Reviewed-by: @huangtianhua
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:46:28 +00:00 committed by Gitee
commit d6f3042fef

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-doc8
Version: 0.8.1
Release: 1
Release: 2
Summary: Style checker for Sphinx (or other) RST documentation
License: Apache-2.0
URL: https://github.com/pycqa/doc8
@ -89,7 +89,7 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
pytest
pytest-3
%files -n python3-doc8 -f filelist.lst
@ -99,5 +99,7 @@ pytest
%{_docdir}/*
%changelog
* Tue Nov 09 2021 OpenStack_SIG <openstack@openeuler.org> - 0.8.1-1
- Fix test issue
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 0.8.1-1
- Package Spec generate