python-icalendar: don't enable coverage for tests
This commit is contained in:
parent
eca17d1ff1
commit
d55a69f886
1 changed files with 1 additions and 2 deletions
|
@ -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 <okiddle@yahoo.co.uk>"
|
||||
license="BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue