Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-examples for
openSUSE:Factory checked in at 2025-08-18 16:08:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-examples (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-examples.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-examples"
Mon Aug 18 16:08:14 2025 rev:11 rq:1300051 version:0.0.18
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-examples/python-pytest-examples.changes
2025-07-06 17:05:23.204686286 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-examples.new.1085/python-pytest-examples.changes
2025-08-18 16:08:16.098965669 +0200
@@ -1,0 +2,5 @@
+Mon Aug 18 11:40:41 UTC 2025 - Markéta Machová <[email protected]>
+
+- Skip tests failing with ruff 0.12.9
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-examples.spec ++++++
--- /var/tmp/diff_new_pack.6ngUkM/_old 2025-08-18 16:08:16.858997225 +0200
+++ /var/tmp/diff_new_pack.6ngUkM/_new 2025-08-18 16:08:16.858997225 +0200
@@ -58,7 +58,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest -k 'not test_run_example_ok_fail'
+# ruff slightly changed its error output formatting
https://github.com/astral-sh/ruff/issues/19966
+%pytest -k 'not (test_run_example_ok_fail or test_ruff_offset or
test_ruff_error)'
%files %{python_files}
%license LICENSE