Disable tests in RHEL builds

RHEL does not include html5lib, without which the tests cannot be run.
This commit is contained in:
Yaakov Selkowitz 2023-05-31 16:07:20 -04:00
parent 59419d7e00
commit 84e4580f96

View File

@ -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