Disable tests in RHEL builds
RHEL does not include html5lib, without which the tests cannot be run.
This commit is contained in:
parent
59419d7e00
commit
84e4580f96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user