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