python3-cypari2: remove custom do_check

This commit is contained in:
Đoàn Trần Công Danh 2022-11-08 22:58:51 +07:00
parent 980f3f9dac
commit a23094e715
1 changed files with 0 additions and 5 deletions

View File

@ -13,8 +13,3 @@ license="GPL-2.0-or-later"
homepage="https://github.com/sagemath/cypari2"
distfiles=https://github.com/sagemath/cypari2/archive/$_githash.tar.gz
checksum=16bcc5da48a05e3d56a1466e9ed0c2ec91d48fe875bf1adda237bb7690d3f7c3
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" \
make check
}