Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-lazyarray for
openSUSE:Factory checked in at 2025-03-19 22:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazyarray (Old)
and /work/SRC/openSUSE:Factory/.python-lazyarray.new.4956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazyarray"
Wed Mar 19 22:34:00 2025 rev:7 rq:1254378 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lazyarray/python-lazyarray.changes
2024-10-30 17:37:53.568944551 +0100
+++
/work/SRC/openSUSE:Factory/.python-lazyarray.new.4956/python-lazyarray.changes
2025-03-19 22:34:25.087879834 +0100
@@ -1,0 +2,6 @@
+Wed Mar 19 10:50:50 UTC 2025 - Matej Cepl <[email protected]>
+
+- Skip test_create_with_sparse_array test
+ (gh#NeuralEnsemble/lazyarray#24).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazyarray.spec ++++++
--- /var/tmp/diff_new_pack.kPxpM4/_old 2025-03-19 22:34:26.639945172 +0100
+++ /var/tmp/diff_new_pack.kPxpM4/_new 2025-03-19 22:34:26.655945846 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-lazyarray
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -69,7 +69,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# Skip test_create_with_sparse_array (gh#NeuralEnsemble/lazyarray#24)
+%pytest -k 'not test_create_with_sparse_array'
%files %{python_files}
%doc README.rst changelog.txt