Enable tests on aarch64 as they seem fixed now

This commit is contained in:
Pete Walter 2019-01-29 11:42:14 +00:00
parent def5f5a227
commit 601991cd02

View File

@ -64,9 +64,8 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%check
# https://github.com/libgit2/pygit2/issues/811
# https://github.com/libgit2/pygit2/issues/812
%ifarch aarch64 ppc64 s390x
%ifarch ppc64 s390x
PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-3 || :
%else
PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-3
@ -88,6 +87,7 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
%changelog
* Thu Jan 24 2019 Pete Walter <pwalter@fedoraproject.org> - 0.27.4-1
- Update to 0.27.4
- Enable tests on aarch64 as they seem fixed now
* Thu Dec 27 2018 Pete Walter <pwalter@fedoraproject.org> - 0.27.3-1
- Update to 0.27.3