Disable docs and tests by default in ELN builds

While hypothesis is not wanted in RHEL/ELN, a lot of packages still
require it.  Disabling docs and tests help us get other unwanted
dependencies (particularly pandas) out of the buildroot in the meantime.
This commit is contained in:
Yaakov Selkowitz 2023-03-14 01:01:27 -04:00
parent cd671fd9e9
commit e91676e969

View File

@ -1,6 +1,7 @@
%if 0%{?el9}
%if 0%{?rhel} >= 9
# Needs pytest-xdist and typing-extensions which pull in a bunch of BRs, see
# missing-epel9-test-brs.json
# Later RHEL versions are also expected to be missing some or all of these
%bcond_with tests
%bcond_with doc
%else