Hello community,
here is the log from the commit of package python-pyroomacoustics for
openSUSE:Factory checked in at 2020-07-03 00:12:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyroomacoustics (Old)
and /work/SRC/openSUSE:Factory/.python-pyroomacoustics.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyroomacoustics"
Fri Jul 3 00:12:03 2020 rev:2 rq:818292 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyroomacoustics/python-pyroomacoustics.changes
2019-12-10 22:44:03.945772554 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyroomacoustics.new.3060/python-pyroomacoustics.changes
2020-07-03 00:15:33.428691298 +0200
@@ -1,0 +2,5 @@
+Thu Jul 2 09:38:03 UTC 2020 - [email protected]
+
+- switch from nose to pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyroomacoustics.spec ++++++
--- /var/tmp/diff_new_pack.nbsRYL/_old 2020-07-03 00:15:35.112696884 +0200
+++ /var/tmp/diff_new_pack.nbsRYL/_new 2020-07-03 00:15:35.116696897 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyroomacoustics
#
-# 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
@@ -34,8 +34,8 @@
Requires: python-numpy
Requires: python-scipy >= 0.18.0
# SECTION test requirements
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy >= 0.18.0}
# /SECTION
%python_subpackages
@@ -62,7 +62,7 @@
rm -rf build _build.*
%{python_expand rm -rf build _build.*
export PYTHONPATH=%{buildroot}%{$python_sitearch}
-nosetests-%{$python_bin_suffix} --no-byte-compile pyroomacoustics_temp/tests/
+%pytest pyroomacoustics_temp/tests/
}
mv pyroomacoustics_temp pyroomacoustics