python3-ultrajson: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:39:21 -04:00
parent 35d445d1fb
commit 762b462fe7

View file

@ -15,10 +15,6 @@ homepage="https://github.com/ultrajson/ultrajson"
distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
checksum=c615a9e9e378a7383b756b7e7a73c38b22aeb8967a8bfbffd4741f7ffd043c4d
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest
}
post_install() {
vlicense LICENSE.txt
}