Remove python-nose

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-05-07 14:55:58 +08:00
parent 4e5d3351c5
commit e196e76566

View File

@ -3,7 +3,7 @@
Name: python-%{sname}
Version: 1.2.2
Release: 2
Release: 3
Summary: A GSSAPI/SPNEGO authentication handler for python-requests
License: ISC
@ -16,7 +16,6 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-gssapi
BuildRequires: python3-mock
BuildRequires: python3-nose
BuildRequires: python3-requests
BuildRequires: python3-setuptools
@ -46,7 +45,7 @@ Requires: python3-requests
%py3_install
%check
%{__python3} setup.py nosetests
%{__python3} -m unittest
%files -n python3-%{sname}
%doc README.rst AUTHORS HISTORY.rst
@ -55,6 +54,9 @@ Requires: python3-requests
%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
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core