!10 【轻量级 PR】:Remove test related part

From: @xiyuanwang 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-01 07:58:38 +00:00 committed by Gitee
commit cbd7429a6c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wangiyuan1007@gmail.com> - 0.12.1-2
- Remove test related part
* Tue Aug 03 2021 OpenStack_SIG <openstack@openeuler.org> - 0.12.1-1
- Upgrade version to 0.12.1