Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyte for openSUSE:Factory checked in at 2021-06-07 22:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyte (Old) and /work/SRC/openSUSE:Factory/.python-pyte.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyte" Mon Jun 7 22:43:22 2021 rev:7 rq:895919 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyte/python-pyte.changes 2018-12-24 11:42:27.241395623 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyte.new.32437/python-pyte.changes 2021-06-07 22:43:45.052510498 +0200 @@ -1,0 +2,5 @@ +Fri May 28 07:59:26 UTC 2021 - [email protected] + +- %check: use %pytest rpm macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyte.spec ++++++ --- /var/tmp/diff_new_pack.O0AeCp/_old 2021-06-07 22:43:45.684511565 +0200 +++ /var/tmp/diff_new_pack.O0AeCp/_new 2021-06-07 22:43:45.688511572 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyte # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ Group: Development/Languages/Python URL: https://github.com/selectel/pyte Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wcwidth} @@ -46,6 +45,7 @@ %setup -q -n pyte-%{version} # all fail as missing data files rm tests/test_input_output.py +sed -i '/pytest-runner/d' setup.py %build %python_build @@ -54,7 +54,7 @@ %python_install %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE
