From 263f005856132363dc0485bda00fa346399523de Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 2 Dec 2020 22:35:54 -0500 Subject: [PATCH] python3-lz4: employ improved, automatic do_check --- srcpkgs/python3-lz4/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template index 02ed0982e1..9ef8d0abae 100644 --- a/srcpkgs/python3-lz4/template +++ b/srcpkgs/python3-lz4/template @@ -16,10 +16,6 @@ changelog="https://github.com/python-lz4/python-lz4/releases" distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz" checksum=1ac354804cb2d5fb3d213857a6bf8590a301ef051cc16fbb4938bd2d6e524bda -do_check() { - python3 -m pytest -} - post_install() { vlicense LICENSE }