projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f64ef8
)
dev-python/ddt: switch to --with-coverage
author
Matthew Thode
<prometheanfire@gentoo.org>
Sat, 27 Jan 2018 23:31:18 +0000
(17:31 -0600)
committer
Matthew Thode
<prometheanfire@gentoo.org>
Sat, 27 Jan 2018 23:33:17 +0000
(17:33 -0600)
Closes: https://bugs.gentoo.org/645834
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/ddt/ddt-1.1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ddt/ddt-1.1.1.ebuild
b/dev-python/ddt/ddt-1.1.1.ebuild
index f8e895e7841b1008502a0b3cfaa9b39f3f11ef70..14c9db33ad2365825ecd36a5b3ca93e95a2a71e0 100644
(file)
--- a/
dev-python/ddt/ddt-1.1.1.ebuild
+++ b/
dev-python/ddt/ddt-1.1.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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-cov
erage
--cover-package=ddt -v || die
}