Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
reenable all tests
Browse files Browse the repository at this point in the history
ref: madmaze/pytesseract#419 (comment)

git-svn-id: file:///srv/repos/svn-community/svn@1177882 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
alex19EP authored and svntogit committed Mar 30, 2022
1 parent 7e6213c commit 59b7cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
# Maintainer: Alexander Epaneshnikov <alex19ep@archlinux.org>
# Contributor: Christoph Brill <egore911@gmail.com>

_name=pytesseract
Expand All @@ -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() {
Expand Down

0 comments on commit 59b7cf7

Please sign in to comment.