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