From 9d2edcfec93c758d605dc90c1a37b1750d96b0c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:46:40 -0400 Subject: [PATCH] python3-cryptography: remove unnecessary custom do_check --- srcpkgs/python3-cryptography/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index a90520afa6..464e1c4345 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -24,10 +24,6 @@ if [ "$CROSS_BUILD" ]; then export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include" fi -do_check() { - PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -} - post_install() { vlicense LICENSE vlicense LICENSE.BSD