Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-filter-subpackage for
openSUSE:Factory checked in at 2021-04-19 21:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-filter-subpackage (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-filter-subpackage.new.12324
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-filter-subpackage"
Mon Apr 19 21:06:16 2021 rev:3 rq:886598 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-filter-subpackage/python-pytest-filter-subpackage.changes
2020-12-09 22:22:09.779720510 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-filter-subpackage.new.12324/python-pytest-filter-subpackage.changes
2021-04-19 21:06:42.504093152 +0200
@@ -1,0 +2,5 @@
+Fri Apr 16 15:02:16 UTC 2021 - Ben Greiner <[email protected]>
+
+- Fix test suite: Don't error on OBS resource warnings
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-filter-subpackage.spec ++++++
--- /var/tmp/diff_new_pack.rWLGGW/_old 2021-04-19 21:06:42.940093805 +0200
+++ /var/tmp/diff_new_pack.rWLGGW/_new 2021-04-19 21:06:42.944093811 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-filter-subpackage
#
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -53,6 +53,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# don't error on obs resource warnings
+sed -i '/^\s*error/ a \ ignore::ResourceWarning' setup.cfg
%pytest
%files %{python_files}