dev-python/greenlet: Add missing test deps

Closes: https://bugs.gentoo.org/780447
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-04-06 08:17:12 +02:00
parent 1b5ab497e5
commit 774f83acdf

View File

@@ -4,7 +4,7 @@
EAPI=7
# Note: greenlet is built-in in pypy
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 flag-o-matic
@@ -17,6 +17,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
distutils_enable_sphinx docs
distutils_enable_tests unittest
python_test() {
eunittest greenlet.tests