public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-zstandard] epel9: Disable tests by default in RHEL builds
@ 2026-08-13 8:05 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-13 8:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-zstandard
Branch : epel9
Commit : bc2992e1a239f68d8810b4d954ea3cbf80acbe94
Author : Yaakov Selkowitz <yselkowitz@fedoraproject.org>
Date : 2023-02-07T20:47:08+00:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-zstandard/c/bc2992e1a239f68d8810b4d954ea3cbf80acbe94?branch=epel9
Log:
Disable tests by default in RHEL builds
This avoids unwanted dependencies in RHEL and ELN.
---
diff --git a/python-zstandard.spec b/python-zstandard.spec
index c67f48e..d7f00f7 100644
--- a/python-zstandard.spec
+++ b/python-zstandard.spec
@@ -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:\\\
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 8:05 [rpms/python-zstandard] epel9: Disable tests by default in RHEL builds Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox