1
0

- 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
This commit is contained in:
Markéta Machová 2024-11-06 20:26:38 +00:00 committed by Git OBS Bridge
parent f99e9abb7f
commit 6ff226c040
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

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