diff --git a/srcpkgs/python3-pplpy/template b/srcpkgs/python3-pplpy/template index 23fb739628b..fdd39c49654 100644 --- a/srcpkgs/python3-pplpy/template +++ b/srcpkgs/python3-pplpy/template @@ -13,8 +13,3 @@ homepage="https://gitlab.com/videlec/pplpy" changelog="https://gitlab.com/videlec/pplpy/-/raw/master/CHANGES.txt" distfiles="${PYPI_SITE}/p/pplpy/pplpy-${version}.tar.gz" checksum=500bd0f4ae1a76956fae7fcba77854f5ec3e64fce76803664983763c3f2bd8bd - -do_check() { - PYTHONPATH=$(cd build/lib* && pwd) \ - python setup.py test -}