Hello community,

here is the log from the commit of package python-zake for openSUSE:Factory 
checked in at 2020-06-02 14:35:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zake (Old)
 and      /work/SRC/openSUSE:Factory/.python-zake.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zake"

Tue Jun  2 14:35:46 2020 rev:11 rq:810157 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zake/python-zake.changes  2019-07-04 
15:43:13.954105562 +0200
+++ /work/SRC/openSUSE:Factory/.python-zake.new.3606/python-zake.changes        
2020-06-02 14:35:59.687019497 +0200
@@ -1,0 +2,5 @@
+Fri May 29 09:00:57 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Use pytest instead of nose
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zake.spec ++++++
--- /var/tmp/diff_new_pack.KKSBjJ/_old  2020-06-02 14:36:00.427021839 +0200
+++ /var/tmp/diff_new_pack.KKSBjJ/_new  2020-06-02 14:36:00.431021851 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zake
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Source:         
https://files.pythonhosted.org/packages/source/z/zake/zake-%{version}.tar.gz
 Source1:        https://raw.githubusercontent.com/yahoo/Zake/master/LICENSE
 BuildRequires:  %{python_module kazoo}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module testtools}
@@ -55,7 +55,7 @@
 %check
 # Skip upstream failing test_child_watch_no_create
 # Skip test_clients_counter that is absolutely random
-%python_expand nosetests-%{$python_bin_suffix} -v -e 
'(test_child_watch_no_create|test_clients_counter)'
+%pytest -k 'not (test_child_watch_no_create or test_clients_counter)'
 
 %files %{python_files}
 %license LICENSE


Reply via email to