From 744e946a0c017277c5676297f2fcc5ea13c9675b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:37:02 -0400 Subject: [PATCH] python3-outcome: remove unnecessary custom do_check --- srcpkgs/python3-outcome/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-outcome/template b/srcpkgs/python3-outcome/template index f326b36ace..b1fd6e6cf0 100644 --- a/srcpkgs/python3-outcome/template +++ b/srcpkgs/python3-outcome/template @@ -14,10 +14,6 @@ homepage="https://github.com/python-trio/outcome" distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz" checksum=e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967 -do_check() { - PYTHONPATH=$(cd build/lib* && pwd) pytest -} - post_install() { vlicense LICENSE }