Accepting request 1221952 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1221952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=27
This commit is contained in:
Ana Guerrero 2024-11-07 15:23:55 +00:00 committed by Git OBS Bridge
commit 26ca7c96e1
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 6 20:11:01 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Only skip the tests on python 3.13 due to missing dependencies
-------------------------------------------------------------------
Thu Oct 31 10:17:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip for python 313
-------------------------------------------------------------------
Thu Oct 24 07:29:00 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -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