From fcc064a276778d77f4938dae6173e1b0e6494e64 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 3 Feb 2023 03:28:44 +0000 Subject: [PATCH] Disable tests by default in RHEL builds --- numpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index de9ef96..6ccc17b 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ #%%global relc rc1 # Simple way to disable tests -%if 0%{?flatpak} +%if 0%{?flatpak} || 0%{?rhel} %bcond_with tests %else %bcond_without tests