disable tests also for s390(x)
This commit is contained in:
parent
70cd45b002
commit
3ca2ab63e2
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-greenlet
|
Name: python-greenlet
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Lightweight in-process concurrent programming
|
Summary: Lightweight in-process concurrent programming
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -56,7 +56,7 @@ rm -rf %{buildroot}
|
|||||||
# FIXME!!
|
# FIXME!!
|
||||||
# The checks segfault on ppc64. So this arch
|
# The checks segfault on ppc64. So this arch
|
||||||
# is essentially not supported until this is fixed
|
# is essentially not supported until this is fixed
|
||||||
%ifnarch ppc ppc64
|
%ifnarch ppc ppc64 s390 s390x
|
||||||
%check
|
%check
|
||||||
# Run the upstream test suite:
|
# Run the upstream test suite:
|
||||||
%{__python} setup.py test
|
%{__python} setup.py test
|
||||||
@ -77,6 +77,9 @@ PYTHONPATH=$(pwd) %{__python} benchmarks/switch.py
|
|||||||
%{_includedir}/python*/greenlet
|
%{_includedir}/python*/greenlet
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 25 2011 Dan Horák <dan[at]danny.cz> - 0.3.1-8
|
||||||
|
- disable tests also for s390(x)
|
||||||
|
|
||||||
* Thu Nov 17 2011 Pádraig Brady <P@draigBrady.com> - 0.3.1-7
|
* Thu Nov 17 2011 Pádraig Brady <P@draigBrady.com> - 0.3.1-7
|
||||||
- Fix %%check quoting in the previous comment which when
|
- Fix %%check quoting in the previous comment which when
|
||||||
left with a single percent sign, pulled in "unset DISPLAY\n"
|
left with a single percent sign, pulled in "unset DISPLAY\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user