From 21a82173b49d6d352480a4b3a856cdccaf836ae7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:35:07 -0400 Subject: [PATCH] python3-colorclass: remove unnecessary custom do_check --- srcpkgs/python3-colorclass/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template index 646f69b1316..f70af63bfc0 100644 --- a/srcpkgs/python3-colorclass/template +++ b/srcpkgs/python3-colorclass/template @@ -14,10 +14,6 @@ homepage="https://github.com/Robpol86/colorclass" distfiles="https://github.com/Robpol86/colorclass/archive/v${version}.tar.gz" checksum=@4b1dff3a5736f909f229429396131365d31cffac0c497bdf46a1fa61e8c2d6f7 -do_check() { - PYTHONPATH="${PWD}/build-${py3_ver}/lib" python3 -m pytest -} - post_install() { vlicense LICENSE }