Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbval for openSUSE:Factory 
checked in at 2025-12-20 21:47:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbval (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbval.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbval"

Sat Dec 20 21:47:22 2025 rev:14 rq:1323834 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbval/python-nbval.changes        
2024-09-25 21:56:20.815907530 +0200
+++ /work/SRC/openSUSE:Factory/.python-nbval.new.1928/python-nbval.changes      
2025-12-20 21:50:07.232206872 +0100
@@ -1,0 +2,6 @@
+Sat Dec 20 19:25:25 UTC 2025 - Ben Greiner <[email protected]>
+
+- Skip test due to nbdime not up to date with pytest
+  * gh#computationalmodelling/nbval#230
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nbval.spec ++++++
--- /var/tmp/diff_new_pack.dMBYTH/_old  2025-12-20 21:50:07.852232540 +0100
+++ /var/tmp/diff_new_pack.dMBYTH/_new  2025-12-20 21:50:07.852232540 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbval
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -91,11 +91,14 @@
 
 %if %{with test}
 %check
+# https://github.com/computationalmodelling/nbval/issues/230
+donttest="test_nbdime_reporter"
 # see dodo.py for call signature
 %{pytest tests/ --nbval \
                 --nbval-current-env \
                 --nbval-sanitize-with tests/sanitize_defaults.cfg \
-                --ignore tests/ipynb-test-samples
+                --ignore tests/ipynb-test-samples \
+                -k "not ($donttest)"
 }
 %endif
 

Reply via email to