Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nagiosplugin for
openSUSE:Factory checked in at 2025-05-20 22:45:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nagiosplugin (Old)
and /work/SRC/openSUSE:Factory/.python-nagiosplugin.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nagiosplugin"
Tue May 20 22:45:51 2025 rev:3 rq:1278839 version:1.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nagiosplugin/python-nagiosplugin.changes
2025-05-05 22:59:28.752247126 +0200
+++
/work/SRC/openSUSE:Factory/.python-nagiosplugin.new.30101/python-nagiosplugin.changes
2025-05-20 22:45:53.956883370 +0200
@@ -1,0 +2,6 @@
+Tue May 20 14:33:34 UTC 2025 - Matej Cepl <[email protected]>
+
+- Add missing BR coreutils-systemd for testing
+ examples/check_users.py
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nagiosplugin.spec ++++++
--- /var/tmp/diff_new_pack.mFqbGY/_old 2025-05-20 22:45:54.668913253 +0200
+++ /var/tmp/diff_new_pack.mFqbGY/_new 2025-05-20 22:45:54.668913253 +0200
@@ -35,6 +35,8 @@
# SECTION test requirements
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
+# For who util for checking examples/check_users.py
+BuildRequires: coreutils-systemd
# /SECTION
%python_subpackages
@@ -65,8 +67,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# skip because of gh#mpounsett/nagiosplugin#53
-%pytest -k 'not test_check_users'
+%pytest
%files %{python_files}
%license LICENSE.txt