public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-jsonschema] 2488367: Disable tests by default in RHEL builds
Date: Mon, 15 Jun 2026 07:29:48 GMT [thread overview]
Message-ID: <178150858886.1.17665605360102779622.rpms-python-jsonschema-46d8dcbe757c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-jsonschema
Branch : 2488367
Commit : 46d8dcbe757cac0b052efed5df70f9633fdce9f6
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2023-03-16T21:34:53-04:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-jsonschema/c/46d8dcbe757cac0b052efed5df70f9633fdce9f6?branch=2488367
Log:
Disable tests by default in RHEL builds
python-twisted is unwanted in RHEL.
---
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 0c0429b..c9c8659 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -21,7 +21,12 @@ BuildArch: noarch
BuildRequires: python3-devel
# test requirements
+%if %{defined rhel}
+%bcond_with tests
+%else
%bcond_without tests
+%endif
+
%if %{with tests}
# For “trial-3”
BuildRequires: python3dist(twisted)
reply other threads:[~2026-06-15 7:29 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=178150858886.1.17665605360102779622.rpms-python-jsonschema-46d8dcbe757c@fedoraproject.org \
--to=yselkowi@redhat.com \
--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