Hello community, here is the log from the commit of package python-PeachPy for openSUSE:Factory checked in at 2020-09-16 19:39:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PeachPy (Old) and /work/SRC/openSUSE:Factory/.python-PeachPy.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PeachPy" Wed Sep 16 19:39:47 2020 rev:4 rq:834843 version:0.2.0~pre.1583266105.f189ad2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PeachPy/python-PeachPy.changes 2020-04-23 18:35:22.744654943 +0200 +++ /work/SRC/openSUSE:Factory/.python-PeachPy.new.4249/python-PeachPy.changes 2020-09-16 19:40:11.438856661 +0200 @@ -1,0 +2,5 @@ +Tue Sep 15 18:39:53 UTC 2020 - [email protected] + +- run with pytest instead of nosetests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PeachPy.spec ++++++ --- /var/tmp/diff_new_pack.IutdhS/_old 2020-09-16 19:40:14.166859729 +0200 +++ /var/tmp/diff_new_pack.IutdhS/_new 2020-09-16 19:40:14.170859734 +0200 @@ -28,7 +28,7 @@ Source0: PeachPy-%{version}.tar.xz Patch1: automated-convertion-form-2to3.patch BuildRequires: %{python_module opcodes >= 0.3.13} -BuildRequires: %{python_module rednose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -72,9 +72,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# we use the local build install for the nosetests -sed -i '/no-path-adjustment=1/d' setup.cfg -%python_expand nosetests-%{$python_bin_suffix} -v +# this test is even not ported to python3 and has other issues +rm test/arm/test_arm.py +%pytest %files %{python_files} %doc README.rst
