From 728abfabc4af2d6d3f9ce25e123d704ff86750c16575491c3e73d3ab86ae4338 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 9 Jul 2024 10:34:17 +0000 Subject: [PATCH] - Disable tests against scipy/numpy for SLFO:Main OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=52 --- python-cloudpickle.changes | 5 +++++ python-cloudpickle.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index 4497f98..6737ad2 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 9 10:27:54 UTC 2024 - Daniel Garcia + +- Disable tests against scipy/numpy for SLFO:Main + ------------------------------------------------------------------- Sun Jun 11 13:52:47 UTC 2023 - ecsos diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index c68a25a..2fa059e 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -1,7 +1,7 @@ # # spec file for package python-cloudpickle # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module py} BuildRequires: %{python_module tornado} -%if 0%{?suse_version} >= 1550 +%if 0%{?suse_version} > 1600 BuildRequires: %{python_module numpy >= 1.18.5} BuildRequires: %{python_module scipy} %endif