From 6ff226c040379b20b022078875e3fd46544a26ddbb0aeac59b250246514dcd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 6 Nov 2024 20:26:38 +0000 Subject: [PATCH] - Only skip the tests on python 3.13 due to missing dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=68 --- python-jupyter-client.changes | 5 +++++ python-jupyter-client.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 8fe9d7d..ab615f1 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 6 20:11:01 UTC 2024 - Markéta Machová + +- Only skip the tests on python 3.13 due to missing dependencies + ------------------------------------------------------------------- Thu Oct 31 10:17:43 UTC 2024 - Dirk Müller diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 0801571..11ef349 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -20,12 +20,13 @@ %if "%{flavor}" == "test" %define psuffix -test %bcond_without test +# python-pytest-jupyter-client is not available on python 313 +%define skip_python313 1 %else %define psuffix %{nil} %bcond_with test %endif %{?sle15_python_module_pythons} -%global skip_python313 1 Name: python-jupyter-client%{psuffix} Version: 8.6.3 Release: 0