From 9272f131966ddb886eeb1ffa30f1159d4679ba33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 9 Nov 2021 11:37:35 +0000 Subject: [PATCH] Fix test issue --- python-doc8.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-doc8.spec b/python-doc8.spec index 0695671..01e4662 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 -- Gitee