public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowitz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-zstandard] epel9: Disable tests by default in RHEL builds
Date: Thu, 13 Aug 2026 08:05:08 GMT [thread overview]
Message-ID: <178660830858.1.2067357468687794315.rpms-python-zstandard-bc2992e1a239@fedoraproject.org> (raw)
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:\\\
reply other threads:[~2026-08-13 8:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178660830858.1.2067357468687794315.rpms-python-zstandard-bc2992e1a239@fedoraproject.org \
--to=yselkowitz@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox