Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-percy for openSUSE:Factory 
checked in at 2026-04-28 11:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-percy (Old)
 and      /work/SRC/openSUSE:Factory/.python-percy.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-percy"

Tue Apr 28 11:59:33 2026 rev:4 rq:1349696 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-percy/python-percy.changes        
2025-05-09 18:52:53.364900559 +0200
+++ /work/SRC/openSUSE:Factory/.python-percy.new.11940/python-percy.changes     
2026-04-28 12:03:19.818847075 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 05:53:54 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Skip failing test with python3.14
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-percy.spec ++++++
--- /var/tmp/diff_new_pack.Y8RIZE/_old  2026-04-28 12:03:20.258865304 +0200
+++ /var/tmp/diff_new_pack.Y8RIZE/_new  2026-04-28 12:03:20.262865469 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-percy
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,7 +53,10 @@
 
 %check
 # test_commit_live - needs initialized git repo
-%pytest -k 'not test_commit_live'
+donttest="test_commit_live"
+# Failing test with python314
+donttest+=" or test_build_resources"
+%pytest -k "not ($donttest)"
 
 %files %{python_files}
 %license LICENSE

Reply via email to