python-smmap: don't enable coverage for tests
This commit is contained in:
parent
d55a69f886
commit
0c3fefd363
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ build_style=python-module
|
|||
pycompile_module="smmap"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
checkdepends="python3-nose python3-coverage"
|
||||
checkdepends="python3-nose"
|
||||
short_desc="Sliding memory map manager (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="BSD-3-Clause"
|
||||
|
@ -17,7 +17,7 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
|
|||
checksum=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
nosetests3 -v
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue