From ff88ad2ce7fc2c16290061e5d2f5acdb628c10f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Jun 2021 00:36:20 -0400 Subject: [PATCH] python3-icalendar: remove unnecessary custom do_check --- srcpkgs/python3-icalendar/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template index f37ae5f3a02..2899feb66f8 100644 --- a/srcpkgs/python3-icalendar/template +++ b/srcpkgs/python3-icalendar/template @@ -4,6 +4,7 @@ version=4.0.7 revision=1 wrksrc="icalendar-${version}" build_style=python3-module +make_check_target=src/icalendar/tests hostmakedepends="python3-setuptools" depends="python3-setuptools python3-dateutil python3-pytz" checkdepends="python3-dateutil python3-pytz python3-pytest python3-hypothesis" @@ -15,10 +16,6 @@ distfiles="${PYPI_SITE}/i/icalendar/icalendar-${version}.tar.gz" checksum=0fc18d87f66e0b5da84fa731389496cfe18e4c21304e8f6713556b2e8724a7a4 conflicts="python-icalendar>=0" -do_check() { - PYTHONPATH=src python3 -m pytest src/icalendar/tests -} - post_install() { vlicense LICENSE.rst LICENSE }