From 8effb247dc917c7f46a31884201ad1b66c06016c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Mon, 7 Mar 2022 01:55:01 +0000 Subject: [PATCH] Remove nose requirement (cherry picked from commit f1b7b863dcaf5653b800b020efff15173202a444) --- python-sphinx-testing.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python-sphinx-testing.spec b/python-sphinx-testing.spec index 28c452f..8a1401a 100644 --- a/python-sphinx-testing.spec +++ b/python-sphinx-testing.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-testing Version: 1.0.1 -Release: 1 +Release: 2 Summary: testing utility classes and functions for Sphinx extensions License: BSD URL: https://github.com/sphinx-doc/sphinx-testing @@ -19,7 +19,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-nose # General requires BuildRequires: python3-sphinx BuildRequires: python3-six @@ -70,9 +69,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -nosetests-3 - %files -n python3-sphinx-testing -f filelist.lst %dir %{python3_sitelib}/* @@ -81,5 +77,8 @@ nosetests-3 %{_docdir}/* %changelog +* Mon Mar 07 2022 wangxiyuan - 1.0.1-2 +- Remove nose requirement + * Fri Jul 30 2021 OpenStack_SIG - 1.0.1-1 - Package Spec generate