diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template index 379e7add38..ba8b361f6b 100644 --- a/srcpkgs/python3-Pillow/template +++ b/srcpkgs/python3-Pillow/template @@ -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 }