Disable tests by default in RHEL builds
RHEL does not include the test dependencies.
This commit is contained in:
parent
18a9dc5a47
commit
33c6acc50a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user