diff --git a/dev-python/ddt/ddt-1.1.1.ebuild b/dev-python/ddt/ddt-1.1.1.ebuild index f8e895e7841b1..14c9db33ad236 100644 --- a/dev-python/ddt/ddt-1.1.1.ebuild +++ b/dev-python/ddt/ddt-1.1.1.ebuild @@ -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 }