Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-spyder-kernels for
openSUSE:Factory checked in at 2022-01-11 21:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-kernels"
Tue Jan 11 21:19:47 2022 rev:31 rq:945453 version:2.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes
2021-12-02 02:24:49.376697893 +0100
+++
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.1892/python-spyder-kernels.changes
2022-01-11 21:23:58.377157319 +0100
@@ -1,0 +2,5 @@
+Mon Jan 10 23:00:19 UTC 2022 - Ben Greiner <[email protected]>
+
+- Skip some tests failing on obs server
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-kernels.spec ++++++
--- /var/tmp/diff_new_pack.uzFoRS/_old 2022-01-11 21:23:58.833157639 +0100
+++ /var/tmp/diff_new_pack.uzFoRS/_new 2022-01-11 21:23:58.857157656 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-spyder-kernels
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -82,6 +82,12 @@
%check
# flaky for obs
donttest="test_dask_multiprocessing"
+# these fail server-side but not when testing with osc build
+donttest+=" or (test_console_kernel and test_cwd_in_sys_path)"
+donttest+=" or (test_console_kernel and test_multiprocessing)"
+donttest+=" or (test_console_kernel and test_runfile)"
+donttest+=" or (test_console_kernel and test_np_threshold)"
+donttest+=" or (test_console_kernel and test_matplotlib_inline)"
%pytest -k "not (${donttest})" -ra