1
0

Accepting request 910266 from home:mcalabkova:branches:devel:languages:python:jupyter

- Skip pickle tests to get rid of ipyparallel dependency which we 
  don't want in Ring1 stagings

OBS-URL: https://build.opensuse.org/request/show/910266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=35
This commit is contained in:
Markéta Machová 2021-08-05 08:13:03 +00:00 committed by Git OBS Bridge
parent 1566a918c7
commit acddd03fa8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 28 12:08:06 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Skip pickle tests to get rid of ipyparallel dependency which we
don't want in Ring1 stagings
-------------------------------------------------------------------
Fri Jul 23 08:22:28 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -61,7 +61,6 @@ BuildArch: noarch
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module debugpy >= 1.0.0}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module ipyparallel}
BuildRequires: %{python_module ipython >= 7.23.1}
BuildRequires: %{python_module jupyter-client}
BuildRequires: %{python_module jupyter-core}
@ -84,6 +83,8 @@ This package provides the IPython kernel for Jupyter.
%prep
%autosetup -p1 -n ipykernel-%{version}
# 5 tests out of 95, we don't want ipyparallel and its dependencies in Ring1
rm ipykernel/tests/test_pickleutil.py
%build
%python_build