diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template index dbcf1068f6..a50c56098d 100644 --- a/srcpkgs/python3-msgpack/template +++ b/srcpkgs/python3-msgpack/template @@ -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 -}