forked from pool/python-pygit2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=56
This commit is contained in:
parent
a17653abbb
commit
eab5ca171b
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pygit2
|
# spec file for package python-pygit2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -64,11 +64,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
rm -rf pygit2
|
rm -rf pygit2
|
||||||
# test_no_context_lines failing on big endian
|
# test_no_context_lines failing on big endian
|
||||||
# https://github.com/libgit2/pygit2/issues/812
|
# https://github.com/libgit2/pygit2/issues/812
|
||||||
%ifarch s390x
|
|
||||||
%pytest_arch -k 'not test_no_context_lines'
|
%pytest_arch -k 'not test_no_context_lines'
|
||||||
%else
|
|
||||||
%pytest_arch
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user