From c82203fc4eeda1cb2ca5cc27c4fba418acc58163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 1 Mar 2022 03:13:53 +0000 Subject: [PATCH] Remove test related part --- python-voluptuous.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-voluptuous.spec b/python-voluptuous.spec index 4938ddd..3f3e95d 100644 --- a/python-voluptuous.spec +++ b/python-voluptuous.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-voluptuous Version: 0.12.1 -Release: 1 +Release: 2 Summary: A Python data validation library License: BSD 3-Clause URL: https://github.com/alecthomas/voluptuous @@ -18,7 +18,6 @@ Provides: python-voluptuous # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-nose %description -n python3-voluptuous Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as @@ -67,8 +66,9 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -nosetests-3 +# Test rely on nose library which has been removed from openEuler already. +# %check +# nosetests-3 %files -n python3-voluptuous -f filelist.lst %dir %{python3_sitelib}/* @@ -77,6 +77,9 @@ nosetests-3 %{_docdir}/* %changelog +* Tue Mar 01 2022 wangxiyuan - 0.12.1-2 +- Remove test related part + * Tue Aug 03 2021 OpenStack_SIG - 0.12.1-1 - Upgrade version to 0.12.1