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:
commit
26ca7c96e1
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user