!26 [sync] PR-22: remove python3-nose buildrequire and disable %check

From: @openeuler-sync-bot 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-05-05 02:21:05 +00:00 committed by Gitee
commit 5bf1cc9fd0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-flask-restful Name: python-flask-restful
Version: 0.3.8 Version: 0.3.8
Release: 2 Release: 3
Summary: Framework for creating REST APIs Summary: Framework for creating REST APIs
License: BSD License: BSD
URL: https://www.github.com/flask-restful/flask-restful/ URL: https://www.github.com/flask-restful/flask-restful/
@ -9,7 +9,7 @@ Source0: https://github.com/flask-restful/flask-restful/archive/%{version
Patch6000: backport-Fix-testsuite-for-werkzeug-1.x.patch Patch6000: backport-Fix-testsuite-for-werkzeug-1.x.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: git gcc python3-pytz python3-setuptools python3-nose python3-mock python3-blinker BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker
BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-crypto BuildRequires: python3-flask python3-six python3-aniso8601 python3-pytz python3-devel python3-crypto
%description %description
@ -35,7 +35,7 @@ rm -rf docs/_themes/.gitignore
%py3_install %py3_install
%check %check
%{__python3} setup.py test #%{__python3} setup.py test
%files -n python3-flask-restful %files -n python3-flask-restful
%doc AUTHORS.md README.md examples/ docs/ %doc AUTHORS.md README.md examples/ docs/
@ -43,6 +43,9 @@ rm -rf docs/_themes/.gitignore
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 0.3.8-3
- remove python3-nose buildrequire and disable %check
* Thu Feb 18 2021 shixuantong <shixuantong@huawei.com> - 0.3.8-2 * Thu Feb 18 2021 shixuantong <shixuantong@huawei.com> - 0.3.8-2
- Fix testsuite for werkzeug 1.x - Fix testsuite for werkzeug 1.x