Hello community, here is the log from the commit of package python-rpyc for openSUSE:Factory checked in at 2020-06-12 21:37:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpyc (Old) and /work/SRC/openSUSE:Factory/.python-rpyc.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpyc" Fri Jun 12 21:37:48 2020 rev:9 rq:811140 version:4.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpyc/python-rpyc.changes 2020-05-15 23:52:34.613574237 +0200 +++ /work/SRC/openSUSE:Factory/.python-rpyc.new.3606/python-rpyc.changes 2020-06-12 21:39:39.283950758 +0200 @@ -1,0 +2,5 @@ +Wed Jun 3 10:33:48 UTC 2020 - Marketa Calabkova <[email protected]> + +- replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpyc.spec ++++++ --- /var/tmp/diff_new_pack.AIC3U6/_old 2020-06-12 21:39:41.099956955 +0200 +++ /var/tmp/diff_new_pack.AIC3U6/_new 2020-06-12 21:39:41.103956969 +0200 @@ -42,8 +42,8 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module gevent} -BuildRequires: %{python_module nose} BuildRequires: %{python_module plumbum >= 1.2} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module rpyc = %{version}} %endif %python_subpackages @@ -76,7 +76,7 @@ %if %{with test} %check -%python_expand nosetests-%{$python_bin_suffix} -v -I test_deploy -I test_gevent_server -I test_ssh -I test_registry -I test_win32pipes +%pytest -k 'not (TestDeploy or Test_Ssh or TestUdpRegistry or win32pipes)' %endif %if !%{with test}
