Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-testresources for openSUSE:Factory checked in at 2021-01-18 11:26:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-testresources (Old) and /work/SRC/openSUSE:Factory/.python-testresources.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testresources" Mon Jan 18 11:26:27 2021 rev:12 rq:862898 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-testresources/python-testresources.changes 2019-11-04 17:11:30.840588524 +0100 +++ /work/SRC/openSUSE:Factory/.python-testresources.new.28504/python-testresources.changes 2021-01-18 11:26:41.708463339 +0100 @@ -1,0 +2,5 @@ +Wed Jan 13 13:12:54 UTC 2021 - pgaj...@suse.com + +- use %pytest macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-testresources.spec ++++++ --- /var/tmp/diff_new_pack.neVrFk/_old 2021-01-18 11:26:42.356464799 +0100 +++ /var/tmp/diff_new_pack.neVrFk/_new 2021-01-18 11:26:42.360464808 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-testresources # -# Copyright (c) 2019 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 @@ -27,6 +27,7 @@ Patch0: testresources-flaky-tests.patch BuildRequires: %{python_module fixtures} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testtools} BuildRequires: fdupes @@ -51,7 +52,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license BSD Apache-2.0 COPYING