diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-13 08:55:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-13 08:55:23 +0000 |
commit | e3d6735119bb878a4470104e172330cae1bc76b7 (patch) | |
tree | 4980e446771d4a0e8a2fef1e51b6a8acbaac00d3 | |
parent | 3e309f304904d5dd90de7a6937caaa69d6b17275 (diff) | |
download | aports-e3d6735119bb878a4470104e172330cae1bc76b7.tar.bz2 aports-e3d6735119bb878a4470104e172330cae1bc76b7.tar.xz |
testing/py-pygfm: disable on armv7 due to failing tests
======================================================================
ERROR: test_autolink (test_gfm.TestGfm)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/buildozer/aports/testing/py-pygfm/src/py-gfm-0.1.4/tests/test_gfm.py",
line 109, in test_autolink
""", ['gfm'])
File
"/home/buildozer/aports/testing/py-pygfm/src/py-gfm-0.1.4/tests/test_case.py",
line 32, in assert_renders
expected, markdown.markdown(source, extensions=extensions))
File "/usr/lib/python2.7/site-packages/markdown/core.py", line 390, in
markdown
md = Markdown(**kwargs)
File "/usr/lib/python2.7/site-packages/markdown/core.py", line 100, in
__init__
configs=kwargs.get('extension_configs', {}))
File "/usr/lib/python2.7/site-packages/markdown/core.py", line 126, in
registerExtensions
ext = self.build_extension(ext, configs.get(ext, {}))
File "/usr/lib/python2.7/site-packages/markdown/core.py", line 166, in
build_extension
module = importlib.import_module(ext_name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in
import_module
__import__(name)
File
"/home/buildozer/aports/testing/py-pygfm/src/py-gfm-0.1.4/gfm/__init__.py",
line 11, in <module>
from gfm import autolink
ImportError: Failed loading extension "gfm".
-rw-r--r-- | testing/py-pygfm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pygfm/APKBUILD b/testing/py-pygfm/APKBUILD index d2c7dac68e..6a408ebd95 100644 --- a/testing/py-pygfm/APKBUILD +++ b/testing/py-pygfm/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.1.4 pkgrel=0 pkgdesc="Github-Flavored Markdown for Python-Markdown" url="https://github.com/zopieux/py-gfm" -arch="noarch" +arch="noarch !armv7" license="BSD-3-Clause" makedepends="python2-dev python3-dev py-setuptools" checkdepends="py-codecov py-coverage py-coveralls py-markdown" |