From 90a7316ce8d2c88771da9295bfc20c0142e6b090 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Apr 07 2019 11:10:51 +0000 Subject: Enable tests on aarch64 as they seem fixed now --- diff --git a/python-pygit2.spec b/python-pygit2.spec index 2d366ef..d8a9fd0 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -75,9 +75,8 @@ find %{_builddir} -name '.buildinfo' -delete 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}%{python2_sitearch} py.test-%{python2_version} -v || : PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-%{python3_version} -v || : %else @@ -106,6 +105,7 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %changelog * Mon Jan 28 2019 Igor Gnatenko - 0.27.4-1 - Update to 0.27.4 +- Enable tests on aarch64 as they seem fixed now * Wed Sep 26 2018 Igor Gnatenko - 0.27.2-1 - Initial package