From 939d22b0e72e95357d5488581552d02930fd22eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Fri, 11 Feb 2022 03:44:24 +0000 Subject: [PATCH] Remove nose require --- python-doc8.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-doc8.spec b/python-doc8.spec index 01e4662..8d900a7 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: 2 +Release: 3 Summary: Style checker for Sphinx (or other) RST documentation License: Apache-2.0 URL: https://github.com/pycqa/doc8 @@ -29,12 +29,10 @@ BuildRequires: python3-stevedore BuildRequires: python3-pygments # Test requires BuildRequires: python3-testtools -BuildRequires: python3-nose BuildRequires: python3-mock BuildRequires: python3-pytest BuildRequires: python3-restructuredtext-lint # General requires -Requires: python3-nose Requires: python3-testtools Requires: python3-chardet Requires: python3-docutils @@ -99,7 +97,10 @@ pytest-3 %{_docdir}/* %changelog -* Tue Nov 09 2021 OpenStack_SIG - 0.8.1-1 +* Fri Feb 11 2022 wangixyuan - 0.8.1-3 +- Remove nose require + +* Tue Nov 09 2021 OpenStack_SIG - 0.8.1-2 - Fix test issue * Mon Jul 26 2021 OpenStack_SIG - 0.8.1-1 - Package Spec generate -- Gitee