Fix test issue

This commit is contained in:
王玺源 2021-11-09 11:37:35 +00:00 committed by Gitee
parent 6b1ec15753
commit 9272f13196

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