From b3df4c3799a890e1a1e77a604644fd9836bea2d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:38:19 -0400 Subject: [PATCH] python3-quart: remove unnecessary custom do_check --- srcpkgs/python3-quart/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index 21aa2705d4f..335b7c3c608 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -16,9 +16,8 @@ changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst" distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz" checksum=d9fa92cfec967b8730ce75f90a454d0a687871960f5e334885e64bfae9d7cd3a -do_check() { - vsed -e '/addopts/d' -i setup.cfg - PYTHONPATH=src python3 -m pytest +pre_check() { + sed -e '/addopts/d' -i setup.cfg } post_install() {