- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user