From 84e4580f960cebafe3c690f009a0b1d633b29ea5 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 31 May 2023 16:07:20 -0400 Subject: [PATCH] Disable tests in RHEL builds RHEL does not include html5lib, without which the tests cannot be run. --- python-sphinxcontrib-htmlhelp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index a50f2c1..950cb88 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -1,7 +1,8 @@ %global pypi_name sphinxcontrib-htmlhelp # when bootstrapping sphinx, we cannot run tests yet -%bcond_without check +# RHEL does not include html5lib, without which the tests fail +%bcond check %{undefined rhel} Name: python-%{pypi_name} Version: 2.0.0