diff --git a/community/py3-enrich/APKBUILD b/community/py3-enrich/APKBUILD index da5bbe433c8571ea63ea181a03cb36cc259cb6bc..d3b1f8949f8242d8311ab3b414f8889da7e9f911 100644 --- a/community/py3-enrich/APKBUILD +++ b/community/py3-enrich/APKBUILD @@ -23,7 +23,8 @@ build() { } check() { - pytest -v + # https://github.com/pycontribs/enrich/issues/40 + pytest -v -k 'not test_rich_console_ex' } package() {