1
0

Accepting request 1031304 from devel:languages:python:jupyter

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

OBS-URL: https://build.opensuse.org/request/show/1031304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2022-10-27 11:52:24 +00:00 committed by Git OBS Bridge
commit f2bb34dc90
4 changed files with 16 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:463f3d87a92e99969b1605cb7a5b4d7b36b7145a0e72d06e65918a6ddefbe630
size 136606

View File

@ -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>

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
@ -65,11 +65,10 @@ Requires: python-tornado >= 6.1
Requires: python-traitlets >= 5.1.0
# /SECTION
# SECTION test requirements
BuildRequires: %{python_module curio}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module pytest >= 6.0}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module pytest >= 7.0}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module trio}
# we don't want ipyparallel and its dependencies in Ring1, see below
#BuildRequires: #{python_module ipyparallel}
# /SECTION
@ -112,7 +111,9 @@ $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
ignoretests="--ignore ipykernel/tests/test_debugger.py"
%pytest -k "not ($donttest)" $ignoretests
%files %{python_files}
%doc README.md