public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-magnumclient] epel10: Fix %check section
@ 2026-08-10 9:49 Haikel Guemar
0 siblings, 0 replies; only message in thread
From: Haikel Guemar @ 2026-08-10 9:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-magnumclient
Branch : epel10
Commit : d323dbf8f14622d9e1e92d496733d9622b1fc4e0
Author : Haikel Guemar <hguemar@fedoraproject.org>
Date : 2015-12-22T10:33:49+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-magnumclient/c/d323dbf8f14622d9e1e92d496733d9622b1fc4e0?branch=epel10
Log:
Fix %check section
---
diff --git a/python-magnumclient.spec b/python-magnumclient.spec
index 3f26000..ab3c822 100644
--- a/python-magnumclient.spec
+++ b/python-magnumclient.spec
@@ -171,9 +171,9 @@ mv magnum.py3 %{buildroot}%{_bindir}/magnum
%check
# tests are failing due to unicode not defined
# we are skipping the test
-%{__python2} setup.py test ||
+%{__python2} setup.py test ||:
%if 0%{?with_python3}
-%{__python3} setup.py test ||
+%{__python3} setup.py test ||:
%endif
%files -n python2-%{pname}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:49 [rpms/python-magnumclient] epel10: Fix %check section Haikel Guemar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox