diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 013958f..ab615f1 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 + +- skip for python 313 + ------------------------------------------------------------------- Thu Oct 24 07:29:00 UTC 2024 - Dirk Müller diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 9449aaa..11ef349 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -20,6 +20,8 @@ %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