dev-python/ddt: switch to --with-coverage

Closes: https://bugs.gentoo.org/645834
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Matthew Thode
2018-01-27 17:31:18 -06:00
parent 2f64ef848c
commit 2feb6a6ec0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,5 +24,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --with-cov --cover-package=ddt -v || die
nosetests --with-coverage --cover-package=ddt -v || die
}