python3-Pillow: remove unnecessary custom do_check
This commit is contained in:
parent
e61bc83273
commit
68a866066d
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue