projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f29213e
)
dev-python/ramlfications: Add missing test dep, enable tests
author
Michał Górny
<mgorny@gentoo.org>
Wed, 26 Apr 2017 15:24:20 +0000
(17:24 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 26 Apr 2017 15:26:32 +0000
(17:26 +0200)
There are 2 test failures. One looks like an undefined missing dep, the
other is completely unclear.
dev-python/ramlfications/ramlfications-0.1.9.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ramlfications/ramlfications-0.1.9.ebuild
b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
index b3d33336c0248e1397ed1dad792f184cacabb3a0..229e61c217448c5cc2d6fa3eca91d12fedc266da 100644
(file)
--- a/
dev-python/ramlfications/ramlfications-0.1.9.ebuild
+++ b/
dev-python/ramlfications/ramlfications-0.1.9.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-30,5
+30,10
@@
DEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"
+
+python_test() {
+ esetup.py test
+}