- update to 7.1.0:
* fix ContextVar persistence across cells #1462 (@minrk) * Fix matplotlib eventloops #1458 (@ianthomas23) * Refer to kernel launching thread instead of assuming the main thread #1455 * Fix routing of background thread output when no parent is set explicitly #1451 (@minrk) * Fix KeyboardInterrupt on Windows by manually resetting interrupt event #1434 (@ptosco) * Maintenance and upkeep improvements * test that matplotlib event loop integration is responsive * update tests for 3.14 #1453 (@minrk) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=121
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ipykernel
|
||||
Version: 6.31.0
|
||||
Version: 7.1.0
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@@ -77,6 +77,7 @@ BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module matplotlib}
|
||||
BuildRequires: %{python_module pytest >= 7.0}
|
||||
BuildRequires: %{python_module pytest-asyncio >= 0.23.5}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-timeout}
|
||||
# we don't want ipyparallel and its dependencies in Ring1, see below
|
||||
#BuildRequires: #{python_module ipyparallel}
|
||||
@@ -114,7 +115,8 @@ $python -m ipykernel install \
|
||||
# fails in obs setups
|
||||
ignoretests="--ignore tests/test_debugger.py"
|
||||
# flaky obs timeouts
|
||||
donttest="test_init_ipc_socket"
|
||||
# requires gui
|
||||
donttest="test_init_ipc_socket or test_matplotlib_gui"
|
||||
# we don't want ipyparallel and its dependencies in Ring1
|
||||
ignoretests="$ignoretests --ignore tests/test_pickleutil.py"
|
||||
donttest="$donttest or test_do_apply"
|
||||
|
||||
Reference in New Issue
Block a user