17
0

- Update to version 6.16.2

* Fix failing test and update matrix #1010 (@blink1073)
- Disable debugger tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=64
This commit is contained in:
2022-10-26 08:24:43 +00:00
committed by Git OBS Bridge
parent a0249ac8f8
commit 7f0971d688
4 changed files with 13 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-ipykernel
Version: 6.16.1
Version: 6.16.2
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
@@ -112,7 +112,8 @@ $python -m ipykernel install \
%check
# flaky: bad timings in obs often cause this to fail
donttest="test_shutdown_subprocesses"
%pytest -k "not ($donttest)"
# fails in obs setups
%pytest -k "not ($donttest)" --ignore ipykernel/tests/test_debugger.py
%files %{python_files}
%doc README.md