Accepting request 1062451 from devel:languages:python

- skip numy tests for the testsuite on SLE15

OBS-URL: https://build.opensuse.org/request/show/1062451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2023-02-02 17:07:36 +00:00 committed by Git OBS Bridge
commit d56daaafe7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 13:12:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
- skip numy tests for the testsuite on SLE15
-------------------------------------------------------------------
Wed Nov 9 11:44:45 UTC 2022 - Pedro Monreal <pmonreal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pyzmq
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -47,7 +47,9 @@ Recommends: python-simplejson
Recommends: python-tornado
Suggests: python-paramiko
# SECTION Test requirements
%if 0%{?suse_version} >= 1550
BuildRequires: %{python_module numpy}
%endif
BuildRequires: %{python_module paramiko}
BuildRequires: %{python_module pytest-rerunfailures}
BuildRequires: %{python_module pytest-timeout}