diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index c87482c4cdd..1c0beac81f6 100644 --- a/srcpkgs/python3-humanize/template +++ b/srcpkgs/python3-humanize/template @@ -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 }