From ecdf957b863134bdfe26208e39d5b877a9ce49f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 8 Nov 2022 23:01:16 +0700 Subject: [PATCH] python3-pplpy: remove custom do_check --- srcpkgs/python3-pplpy/template | 5 ----- 1 file changed, 5 deletions(-) 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 -}