From 4e8fe6d81400a79e31cbf51ad3357a6ff0db2501 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:35:56 -0400 Subject: [PATCH] python3-humanize: remove unnecessary custom do_check --- srcpkgs/python3-humanize/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index c87482c4cd..1c0beac81f 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 }