- Skip testing with python39: no longer supported since ipython 8.19

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=63
This commit is contained in:
Benjamin Greiner 2024-03-07 13:40:24 +00:00 committed by Git OBS Bridge
parent a5cc09b61f
commit 9d99b5b083
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 13:40:12 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip testing with python39: no longer supported since ipython 8.19
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 26 16:23:50 UTC 2023 - Ben Greiner <code@bnavigator.de> Sun Nov 26 16:23:50 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package python-nbclient
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,6 +20,7 @@
%if "%{flavor}" == "test" %if "%{flavor}" == "test"
%define psuffix -test %define psuffix -test
%bcond_without test %bcond_without test
%define skip_python39 1
%else %else
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
@ -52,7 +53,7 @@ BuildRequires: alts
Requires: alts Requires: alts
%else %else
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun): update-alternatives
%endif %endif
%if %{with test} %if %{with test}
BuildRequires: %{python_module flaky} BuildRequires: %{python_module flaky}