From 0499cc78d35dc7d47b6c8ad6eea889014ea8344fc47bbb0b0415f7afaef3a60b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 16 Sep 2021 05:54:51 +0000 Subject: [PATCH] - Actually remove nose BuildRequires, replacing it with pytest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=24 --- python-kazoo.changes | 5 +++++ python-kazoo.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-kazoo.changes b/python-kazoo.changes index 0468e48..18c7f1e 100644 --- a/python-kazoo.changes +++ b/python-kazoo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 16 05:54:02 UTC 2021 - Steve Kowalik + +- Actually remove nose BuildRequires, replacing it with pytest. + ------------------------------------------------------------------- Tue Sep 15 09:52:50 UTC 2020 - pgajdos@suse.com diff --git a/python-kazoo.spec b/python-kazoo.spec index 890c232..dfcbf7f 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -1,7 +1,7 @@ # # spec file for package python-kazoo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,8 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/k/kazoo/kazoo-%{v BuildRequires: %{python_module eventlet >= 0.17.1} BuildRequires: %{python_module gevent >= 1.2} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pure-sasl} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes