diff --git a/dev-python/defcon/defcon-0.6.0-r1.ebuild b/dev-python/defcon/defcon-0.6.0-r1.ebuild index 9d7deff618ea6..b982a24e82b28 100644 --- a/dev-python/defcon/defcon-0.6.0-r1.ebuild +++ b/dev-python/defcon/defcon-0.6.0-r1.ebuild @@ -17,8 +17,12 @@ IUSE="" RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" -BDEPEND="" +BDEPEND=" + test? ( + dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/fs[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" -python_test() { - esetup.py test -} +distutils_enable_tests pytest