Disable tests by default in RHEL builds
This avoids unwanted dependencies in RHEL and ELN.
This commit is contained in:
parent
82ce235282
commit
bc2992e1a2
@ -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:\\\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user