!3 Remove python-nose

From: @cherry530 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-05-10 06:33:28 +00:00 committed by Gitee
commit d87444d410
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: python-%{sname} Name: python-%{sname}
Version: 1.2.2 Version: 1.2.2
Release: 2 Release: 3
Summary: A GSSAPI/SPNEGO authentication handler for python-requests Summary: A GSSAPI/SPNEGO authentication handler for python-requests
License: ISC License: ISC
@ -16,7 +16,6 @@ BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-gssapi BuildRequires: python3-gssapi
BuildRequires: python3-mock BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-requests BuildRequires: python3-requests
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -46,7 +45,7 @@ Requires: python3-requests
%py3_install %py3_install
%check %check
%{__python3} setup.py nosetests %{__python3} -m unittest
%files -n python3-%{sname} %files -n python3-%{sname}
%doc README.rst AUTHORS HISTORY.rst %doc README.rst AUTHORS HISTORY.rst
@ -55,6 +54,9 @@ Requires: python3-requests
%changelog %changelog
* Sat May 07 2022 xu_ping <xuping33@h-partners.com> - 1.2.2-3
- Remove test dependencies on python-nose during the build process
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.2-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.2-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core - DESC: delete -S git from %autosetup, and delete BuildRequires git-core