From 0d723727e5268866081dcee86920c6c8215452ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:38:01 -0400 Subject: [PATCH] python3-pyxattr: remove unnecessary custom do_check --- srcpkgs/python3-pyxattr/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template index 170239f5f3d..f7f075a7a3e 100644 --- a/srcpkgs/python3-pyxattr/template +++ b/srcpkgs/python3-pyxattr/template @@ -14,7 +14,3 @@ license="LGPL-2.1-or-later" homepage="http://pyxattr.k1024.org/" distfiles="${PYPI_SITE}/p/pyxattr/pyxattr-${version}.tar.gz" checksum=68477027e6d3310669f98aaef15393bfcd9b2823d7a7f00a6f1d91a3c971ae64 - -do_check() { - PYTHONPATH=$(cd build/lib* && pwd) python3 -m pytest -}