Disable tests by default in RHEL builds

This avoids unwanted dependencies in RHEL and ELN.
This commit is contained in:
Yaakov Selkowitz 2023-02-07 20:47:08 +00:00
parent 82ce235282
commit bc2992e1a2

View File

@ -1,4 +1,9 @@
%if 0%{?rhel}
%bcond_with check
%else
%bcond_without check
%endif
%global pypi_name zstandard
%if 0%{!?pytest:1}
%global pytest %{expand:\\\