diff --git a/python-pytesseract/trunk/PKGBUILD b/python-pytesseract/trunk/PKGBUILD index 44b27a25d381..f1b988b1db2a 100644 --- a/python-pytesseract/trunk/PKGBUILD +++ b/python-pytesseract/trunk/PKGBUILD @@ -1,4 +1,5 @@ # Maintainer: Daniel M. Capella +# Maintainer: Alexander Epaneshnikov # Contributor: Christoph Brill _name=pytesseract @@ -24,8 +25,7 @@ check() { cd $_name-$pkgver python -m venv --system-site-packages test-env test-env/bin/python -m installer dist/*.whl - # https://github.com/madmaze/pytesseract/issues/419 - test-env/bin/python -m pytest -k 'not test_image_to_string_with_image_type[jpeg2000]' + test-env/bin/python -m pytest } package() {