From acddd03fa8b8a5713ee1aceb90ad06d62361e0780bbe3dfbf5b0df629648cb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Aug 2021 08:13:03 +0000 Subject: [PATCH] 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 --- python-ipykernel.changes | 6 ++++++ python-ipykernel.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 52dbd28..e9f3518 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 28 12:08:06 UTC 2021 - Markéta Machová + +- 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 diff --git a/python-ipykernel.spec b/python-ipykernel.spec index e2509ef..2e179eb 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -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