diff --git a/python-pygit2.spec b/python-pygit2.spec index 4eed782..b01b847 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -95,9 +95,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}%{python2_sitearch} pytest-2 || : %if 0%{?with_python3} PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-3 || : @@ -134,6 +133,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