Remove test related part
This commit is contained in:
parent
7969bf1d05
commit
c82203fc4e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user