Hello community, here is the log from the commit of package python-pika for openSUSE:Leap:15.2 checked in at 2020-04-18 18:41:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-pika (Old) and /work/SRC/openSUSE:Leap:15.2/.python-pika.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika" Sat Apr 18 18:41:10 2020 rev:15 rq:795316 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-pika/python-pika.changes 2020-03-09 18:10:24.077113634 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-pika.new.2738/python-pika.changes 2020-04-18 18:41:11.209973406 +0200 @@ -1,0 +2,5 @@ +Fri Apr 17 08:48:25 UTC 2020 - Matej Cepl <[email protected]> + +- Switch from using nosetest runner to pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pika.spec ++++++ --- /var/tmp/diff_new_pack.3Fxs6J/_old 2020-04-18 18:41:11.621974276 +0200 +++ /var/tmp/diff_new_pack.3Fxs6J/_new 2020-04-18 18:41:11.625974284 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pika # -# 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 @@ -28,7 +28,7 @@ Source: https://github.com/pika/pika/archive/%{version}.tar.gz BuildRequires: %{python_module Twisted} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado} BuildRequires: fdupes @@ -60,7 +60,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib}/*.egg-info %check -%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" nosetests-%{$python_bin_suffix} tests/ +%pytest tests/ %files %{python_files} %doc README.rst CHANGELOG.rst
