python3-pplpy: remove custom do_check

This commit is contained in:
Đoàn Trần Công Danh 2022-11-08 23:01:16 +07:00
parent 7cbc96dd92
commit ecdf957b86
1 changed files with 0 additions and 5 deletions

View File

@ -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
}