- skip numy tests for the testsuite on SLE15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=111
This commit is contained in:
Dirk Mueller 2023-02-01 13:12:14 +00:00 committed by Git OBS Bridge
parent fa9275bde0
commit 0ab2e89908
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}