From d55a69f88661f65282006b2f343661b30ea70c9c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 15 Oct 2018 20:17:29 +0200 Subject: [PATCH] python-icalendar: don't enable coverage for tests --- srcpkgs/python-icalendar/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template index 846b8f6ac5b..c0a9a599519 100644 --- a/srcpkgs/python-icalendar/template +++ b/srcpkgs/python-icalendar/template @@ -8,8 +8,7 @@ build_style=python-module pycompile_module="icalendar" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-dateutil python-pytz" -checkdepends="python3-dateutil python3-pytz python3-coverage python3-pytest - python3-hypothesis" +checkdepends="python3-dateutil python3-pytz python3-pytest python3-hypothesis" short_desc="Parser/generator of iCalendar files for use with Python2" maintainer="Oliver Kiddle " license="BSD-2-Clause"