diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index f609ac1..9303257 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 15:14:03 UTC 2024 - Dominique Leuenberger + +- Skip tests for python 3.9: python-ipython is no longer available. + ------------------------------------------------------------------- Sun Jan 21 11:00:17 UTC 2024 - Ben Greiner diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index 433af26..e1e79ff 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-jupyter-core # # Copyright (c) 2024 SUSE LLC # @@ -24,6 +24,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" +%define skip_python39 1 %define psuffix -test %bcond_without test %else @@ -52,7 +53,7 @@ BuildRequires: alts Requires: alts %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif Recommends: python-ipython Provides: python-jupyter_core = %{version}-%{release}