Date: Wednesday, March 30, 2022 @ 23:50:09 Author: alex19ep Revision: 1177882
reenable all tests ref: https://github.com/madmaze/pytesseract/issues/419#issuecomment-1083607464 Modified: python-pytesseract/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-30 23:49:51 UTC (rev 1177881) +++ PKGBUILD 2022-03-30 23:50:09 UTC (rev 1177882) @@ -1,4 +1,5 @@ # Maintainer: Daniel M. Capella <[email protected]> +# Maintainer: Alexander Epaneshnikov <[email protected]> # Contributor: Christoph Brill <[email protected]> _name=pytesseract @@ -24,8 +25,7 @@ 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() {
