From 0ab2e89908d60d3a1603e1b218453d485972794b1e1e9f6d64046e061bcd3fd0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Feb 2023 13:12:14 +0000 Subject: [PATCH] - 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 --- python-pyzmq.changes | 5 +++++ python-pyzmq.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 2f97057..b0ae897 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 13:12:01 UTC 2023 - Dirk Müller + +- skip numy tests for the testsuite on SLE15 + ------------------------------------------------------------------- Wed Nov 9 11:44:45 UTC 2022 - Pedro Monreal diff --git a/python-pyzmq.spec b/python-pyzmq.spec index ec46969..2c77a52 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -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}