python3-pikepdf: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:37:43 -04:00
parent 744e946a0c
commit 0212b66266
1 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,3 @@ checksum=5ff35499b1ae7b181277f78ce5b1bcc8d3009182bb389917791c5dc811fcc8e4
pre_build() {
vsed -e '/setuptools_scm_git_archive/d' -i setup.py
}
do_check() {
PYTHONPATH=$(cd build/lib* && pwd) python3 -m pytest
}