From 27fa6ea1186f02117a179ad29cad71a20cc20c97 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 29 May 2023 23:27:30 -0400 Subject: [PATCH] Skip tests failing in ELN x86_64 builds --- scipy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scipy.spec b/scipy.spec index ae89c85..6df79a8 100644 --- a/scipy.spec +++ b/scipy.spec @@ -191,6 +191,9 @@ TIMEOUT=1000 %ifarch x86_64 # skip also failing test_sygst for now export PYTEST_ADDOPTS="-k '$SKIP_ALL and \ +%{?rhel:not TestPPoly and \ +not TestLinprogIPSparse and \ +not test_axis_nan_policy_full and} \ not test_sygst'" %endif