From 37f3f1eb612fb839dbae0323aa9902cb8a9b1057 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 24 Feb 2022 15:27:14 +0800 Subject: [PATCH] Remove python-nose dependency and disable nosetests --- python-botocore.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index 1ce2a5d..dc61c11 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,7 +1,7 @@ %global pypi_name botocore Name: python-%{pypi_name} Version: 1.20.26 -Release: 1 +Release: 2 Summary: Low-level, data-driven core of boto 3 License: Apache-2.0 URL: https://github.com/boto/botocore @@ -14,7 +14,6 @@ botocore package is the foundation for the AWS CLI as well as boto3. %package -n python3-%{pypi_name} Summary: Low-level, data-driven core of boto 3 BuildRequires: python3-devel python3-setuptools -buildRequires: python3-nose buildRequires: python3-tox buildRequires: python3-mock buildRequires: python3-behave @@ -41,8 +40,8 @@ rm -vr tests/functional/leak %py3_install %check -cd tests -nosetests-%{python3_version} unit functional +#cd tests +#nosetests-%{python3_version} unit functional %files -n python3-%{pypi_name} %doc README.rst @@ -51,6 +50,9 @@ nosetests-%{python3_version} unit functional %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Thur Feb 22 2022 huangtianhua -1.20.26-2 +- Remove python-nose dependency and disable nosetests + * Mon Jul 26 2021 OpenStack_SIG - 1.20.26-1 - update to 1.20.26 -- Gitee