- 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
This commit is contained in:
Daniel Garcia 2024-07-09 10:34:17 +00:00 committed by Git OBS Bridge
parent c611f638a1
commit 728abfabc4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 9 10:27:54 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable tests against scipy/numpy for SLFO:Main
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 11 13:52:47 UTC 2023 - ecsos <ecsos@opensuse.org> Sun Jun 11 13:52:47 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-cloudpickle # 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 # 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
@ -34,7 +34,7 @@ BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module py} BuildRequires: %{python_module py}
BuildRequires: %{python_module tornado} BuildRequires: %{python_module tornado}
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} > 1600
BuildRequires: %{python_module numpy >= 1.18.5} BuildRequires: %{python_module numpy >= 1.18.5}
BuildRequires: %{python_module scipy} BuildRequires: %{python_module scipy}
%endif %endif