diff --git a/python-doc8.spec b/python-doc8.spec index 0695671f62fd8efc46434eb36b907d00f08945f7..01e4662bdf8c8315ddd5a80437082ce1a0f7ab8d 100644 --- a/python-doc8.spec +++ b/python-doc8.spec @@ -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 - 0.8.1-1 +- Fix test issue * Mon Jul 26 2021 OpenStack_SIG - 0.8.1-1 - Package Spec generate