Hello community, here is the log from the commit of package python-asciimatics for openSUSE:Factory checked in at 2020-08-17 14:40:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asciimatics (Old) and /work/SRC/openSUSE:Factory/.python-asciimatics.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asciimatics" Mon Aug 17 14:40:31 2020 rev:4 rq:827224 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asciimatics/python-asciimatics.changes 2019-05-16 22:09:28.622313342 +0200 +++ /work/SRC/openSUSE:Factory/.python-asciimatics.new.3399/python-asciimatics.changes 2020-08-17 14:40:31.730585957 +0200 @@ -1,0 +2,5 @@ +Sun Aug 16 12:30:59 UTC 2020 - John Vandenberg <[email protected]> + +- Replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asciimatics.spec ++++++ --- /var/tmp/diff_new_pack.jaY7ws/_old 2020-08-17 14:40:32.322586202 +0200 +++ /var/tmp/diff_new_pack.jaY7ws/_new 2020-08-17 14:40:32.326586204 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-asciimatics # -# 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 @@ -41,8 +41,8 @@ BuildRequires: %{python_module curses} BuildRequires: %{python_module future} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pyfiglet >= 0.7.2} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module wcwidth} # /SECTION %python_subpackages @@ -65,7 +65,7 @@ %check # test_image_files requires specific version of Pillow -%python_exec -m nose -v -e test_image_files +%pytest -rs -k 'not test_image_files' %files %{python_files} %doc CHANGES.rst README.rst doc/source/*.rst doc/source/*.png
