commit: a6a312d0d4ab2343c26c9c3ee0941b47d6a6c314
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 15:24:20 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 15:26:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a312d0
dev-python/ramlfications: Add missing test dep, enable tests
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 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/ramlfications/ramlfications-0.1.9.ebuild
b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
index b3d33336c02..229e61c2174 100644
--- a/dev-python/ramlfications/ramlfications-0.1.9.ebuild
+++ b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 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
+}