diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild index f0246ed9e9..deebc201f5 100644 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild @@ -20,4 +20,11 @@ RDEPEND=" ${DEPEND} dev-python/sphinx[${PYTHON_USEDEP}] " -BDEPEND="" +BDEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest