python3-Pillow: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:33:36 -04:00
parent e61bc83273
commit 68a866066d

View file

@ -17,10 +17,6 @@ changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
checksum=a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1
do_check() {
PYTHONPATH=$(cd build/lib.linux-* && pwd) python3 -m pytest
}
post_install() {
vlicense LICENSE
}