public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pycdlib] epel10.2: Make the tests exclusive to x86_64
@ 2026-07-08 11:00 Chris Lalancette
  0 siblings, 0 replies; only message in thread
From: Chris Lalancette @ 2026-07-08 11:00 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 11:00 [rpms/python-pycdlib] epel10.2: Make the tests exclusive to x86_64 Chris Lalancette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox