From e196e765663fee45098b4f10388ab2fff3c4c289 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Sat, 7 May 2022 14:55:58 +0800 Subject: [PATCH] Remove python-nose Signed-off-by: cherry530 --- python-requests-gssapi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-requests-gssapi.spec b/python-requests-gssapi.spec index bf994a4..0c68f8b 100644 --- a/python-requests-gssapi.spec +++ b/python-requests-gssapi.spec @@ -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 - 1.2.2-3 +- Remove test dependencies on python-nose during the build process + * Fri Jul 30 2021 chenyanpanHW - 1.2.2-2 - DESC: delete -S git from %autosetup, and delete BuildRequires git-core -- Gitee