community/py3-wolframalpha: disable test that hangs on ppc64le

This commit is contained in:
Natanael Copa 2021-06-02 12:44:21 +00:00
parent 664f472189
commit ef9bb9f539

View File

@ -34,9 +34,11 @@ build() {
check() {
# pmxbot requires unpackaged dependencies
pytest \
# test_invalid_app_id hangs on ppc64le
pytest -v \
--ignore wolframalpha/test_pmxbot.py \
--ignore wolframalpha/pmxbot.py
--ignore wolframalpha/pmxbot.py \
--deselect wolframalpha/test_client.py::test_invalid_app_id
}
package() {