From 5b13b36ea9322f50a52be56586759c6f44a4e7a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:39:33 -0400 Subject: [PATCH] python3-wsproto: remove unnecessary custom do_check --- srcpkgs/python3-wsproto/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template index 241c28c93c6..672e36d6617 100644 --- a/srcpkgs/python3-wsproto/template +++ b/srcpkgs/python3-wsproto/template @@ -15,10 +15,6 @@ changelog="https://raw.githubusercontent.com/python-hyper/wsproto/master/CHANGEL distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz" checksum=868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38 -do_check() { - PYTHONPATH=src python3 -m pytest -} - post_install() { vlicense LICENSE }