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