forked from pool/python-ipykernel
- 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:
parent
4bcdc4f9f8
commit
655ee36cfd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a27a550c1d682e7825f0f7732b0142b79ef1b21cd2e713cacac0c9847535f13
|
|
||||||
size 136501
|
|
3
ipykernel-6.16.2.tar.gz
Normal file
3
ipykernel-6.16.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:463f3d87a92e99969b1605cb7a5b4d7b36b7145a0e72d06e65918a6ddefbe630
|
||||||
|
size 136606
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 26 08:13:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 6.16.2
|
||||||
|
* Fix failing test and update matrix #1010 (@blink1073)
|
||||||
|
- Disable debugger tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 22 03:37:06 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sat Oct 22 03:37:06 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 6.16.1
|
Version: 6.16.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -112,7 +112,8 @@ $python -m ipykernel install \
|
|||||||
%check
|
%check
|
||||||
# flaky: bad timings in obs often cause this to fail
|
# flaky: bad timings in obs often cause this to fail
|
||||||
donttest="test_shutdown_subprocesses"
|
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}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user