Disable tests by default in RHEL builds

RHEL does not include the test dependencies.
This commit is contained in:
Yaakov Selkowitz 2023-05-19 01:30:30 -04:00
parent 18a9dc5a47
commit 33c6acc50a

View File

@ -1,4 +1,8 @@
%if 0%{?rhel}
%bcond_with tests
%else
%bcond_without tests
%endif
# The python-diskcache package, used in some of the tests, has been retired.
%bcond_with diskcache