!10 【轻量级 PR】:Remove test related part
From: @xiyuanwang Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
cbd7429a6c
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-voluptuous
|
Name: python-voluptuous
|
||||||
Version: 0.12.1
|
Version: 0.12.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Python data validation library
|
Summary: A Python data validation library
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
URL: https://github.com/alecthomas/voluptuous
|
URL: https://github.com/alecthomas/voluptuous
|
||||||
@ -18,7 +18,6 @@ Provides: python-voluptuous
|
|||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-nose
|
|
||||||
%description -n python3-voluptuous
|
%description -n python3-voluptuous
|
||||||
Voluptuous, despite the name, is a Python data validation library.
|
Voluptuous, despite the name, is a Python data validation library.
|
||||||
It is primarily intended for validating data coming into Python as
|
It is primarily intended for validating data coming into Python as
|
||||||
@ -67,8 +66,9 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
# Test rely on nose library which has been removed from openEuler already.
|
||||||
nosetests-3
|
# %check
|
||||||
|
# nosetests-3
|
||||||
|
|
||||||
%files -n python3-voluptuous -f filelist.lst
|
%files -n python3-voluptuous -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
@ -77,6 +77,9 @@ nosetests-3
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 03 2021 OpenStack_SIG <openstack@openeuler.org> - 0.12.1-1
|
||||||
- Upgrade version to 0.12.1
|
- Upgrade version to 0.12.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user