Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-coverage-config-reload-plugin
for openSUSE:Factory checked in at 2021-05-19 17:49:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage-config-reload-plugin (Old)
and
/work/SRC/openSUSE:Factory/.python-coverage-config-reload-plugin.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage-config-reload-plugin"
Wed May 19 17:49:33 2021 rev:4 rq:894280 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-coverage-config-reload-plugin/python-coverage-config-reload-plugin.changes
2019-05-06 13:28:35.877430399 +0200
+++
/work/SRC/openSUSE:Factory/.python-coverage-config-reload-plugin.new.2988/python-coverage-config-reload-plugin.changes
2021-05-19 17:49:53.425406243 +0200
@@ -1,0 +2,5 @@
+Wed May 19 09:58:16 UTC 2021 - [email protected]
+
+- use %pytest macro in %check
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coverage-config-reload-plugin.spec ++++++
--- /var/tmp/diff_new_pack.IguLwv/_old 2021-05-19 17:49:54.641401143 +0200
+++ /var/tmp/diff_new_pack.IguLwv/_new 2021-05-19 17:49:54.641401143 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-coverage-config-reload-plugin
#
-# 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
@@ -32,6 +32,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module coverage >= 4.0}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module unittest-mixins}
# /SECTION
%python_subpackages
@@ -51,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc CHANGELOG.md README.md