dev-python/ramlfications: Add missing test dep, enable tests
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 15:24:20 +0000 (17:24 +0200)
committerMichał 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

index b3d33336c0248e1397ed1dad792f184cacabb3a0..229e61c217448c5cc2d6fa3eca91d12fedc266da 100644 (file)
@@ -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
+}