Hello community,

here is the log from the commit of package python-pika for openSUSE:Factory 
checked in at 2020-04-18 00:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pika (Old)
 and      /work/SRC/openSUSE:Factory/.python-pika.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pika"

Sat Apr 18 00:31:24 2020 rev:16 rq:794817 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes  2019-07-23 
22:40:26.082933523 +0200
+++ /work/SRC/openSUSE:Factory/.python-pika.new.2738/python-pika.changes        
2020-04-18 00:32:45.398341328 +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.VNXCOr/_old  2020-04-18 00:32:46.258343108 +0200
+++ /var/tmp/diff_new_pack.VNXCOr/_new  2020-04-18 00:32:46.258343108 +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


Reply via email to