!3 [sync] PR-2: 因为python-nose衰退,导致python-spec安装失败,因此删除python-lexicon的check测试阶段

From: @openeuler-sync-bot 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-05-07 02:41:55 +00:00 committed by Gitee
commit 56d20d521e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-lexicon
Version: 1.0.0
Release: 14
Release: 15
Summary: Powerful dict subclass(es) with aliasing and attribute access
License: BSD
URL: https://github.com/bitprophet/lexicon
@ -11,8 +11,6 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-six
# For test suite
BuildRequires: python3-spec > 0.10.0
%description
Lexicon is a simple collection of dict sub-classes providing extra power.
@ -34,9 +32,6 @@ Lexicon is a simple collection of dict sub-classes providing extra power.
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} spec
%files -n python3-lexicon
%license LICENSE
%doc CHANGES README.md
@ -44,6 +39,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} spec
%{python3_sitelib}/lexicon-%{version}-*.egg-info/
%changelog
* Fri Mar 18 2022 wulei <wulei80@huawei.com> - 1.0.0-15
- Delete check
* Sat Jan 30 2021 zhaorenhai <zhaorenhai@hotmail.com> - 1.0.0-14
- Init spec of openEuler, referenced from Fedora.