public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Lalancette <clalancette@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pycdlib] epel10.2: Make the tests exclusive to x86_64
Date: Wed, 08 Jul 2026 11:00:14 GMT [thread overview]
Message-ID: <178350841428.1.13420852500908746258.rpms-python-pycdlib-d2a0beac4678@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-pycdlib
Branch : epel10.2
Commit : d2a0beac467816ee439cdf3ded1b4e4e064ed5a3
Author : Chris Lalancette <clalancette@gmail.com>
Date : 2017-11-20T19:18:12-05:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pycdlib/c/d2a0beac467816ee439cdf3ded1b4e4e064ed5a3?branch=epel10.2
Log:
Make the tests exclusive to x86_64
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
---
diff --git a/python-pycdlib.spec b/python-pycdlib.spec
index 992b76b..9913deb 100644
--- a/python-pycdlib.spec
+++ b/python-pycdlib.spec
@@ -21,7 +21,9 @@ BuildRequires: python3-devel
BuildRequires: genisoimage
BuildRequires: python2-pytest
BuildRequires: python3-pytest
+%ifarch x86_64
BuildRequires: syslinux
+%endif
%description
%{desc}
@@ -61,8 +63,12 @@ Some tools that use the %{srcname} library.
%py3_install
%check
+# We only run the tests on x86_64 because that's the only place
+# that syslinux exists.
+%ifarch x86_64
py.test-%{python2_version} -v
py.test-%{python3_version} -v
+%endif
%files -n python2-%{srcname}
%license COPYING
reply other threads:[~2026-07-08 11:00 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=178350841428.1.13420852500908746258.rpms-python-pycdlib-d2a0beac4678@fedoraproject.org \
--to=clalancette@gmail.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