From 46d8dcbe757cac0b052efed5df70f9633fdce9f6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 16 Mar 2023 21:34:53 -0400 Subject: [PATCH] Disable tests by default in RHEL builds python-twisted is unwanted in RHEL. --- python-jsonschema.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 0c0429b..c9c8659 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -21,7 +21,12 @@ BuildArch: noarch BuildRequires: python3-devel # test requirements +%if %{defined rhel} +%bcond_with tests +%else %bcond_without tests +%endif + %if %{with tests} # For “trial-3” BuildRequires: python3dist(twisted)