[arch-commits] Commit in python-pytesseract/trunk (PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Wed Mar 30 23:50:10 UTC 2022


    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 <polyzen at archlinux.org>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
 # Contributor: Christoph Brill <egore911 at gmail.com>
 
 _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() {



More information about the arch-commits mailing list