From 601991cd0296e367f363bfd5ecf47f89a3b9a0a7 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Tue, 29 Jan 2019 11:42:14 +0000 Subject: [PATCH] Enable tests on aarch64 as they seem fixed now --- python-pygit2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index d3a914c..8decaa3 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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 - 0.27.4-1 - Update to 0.27.4 +- Enable tests on aarch64 as they seem fixed now * Thu Dec 27 2018 Pete Walter - 0.27.3-1 - Update to 0.27.3