python3-humanize: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:35:56 -04:00
parent 21a82173b4
commit 4e8fe6d814

View file

@ -20,10 +20,6 @@ do_patch() {
sed -i "s/VERSION = .*$/VERSION = '${version}'/" src/humanize/__init__.py
}
do_check() {
PYTHONPATH="${PWD}/build/lib" python3 -m pytest
}
post_install() {
vlicense LICENCE
}