python3-msgpack: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:36:48 -04:00
parent 762655b691
commit 9523980c98

View file

@ -13,7 +13,3 @@ license="Apache-2.0"
homepage="https://msgpack.org/"
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
checksum=9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0
do_check() {
PYTHONPATH=$PWD/build/lib python3 -m pytest
}