commit: 46ce0886c22afe5f707fa19559d02f5a14cd4d8d
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Wed Apr 15 19:50:14 2020 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Wed Apr 15 19:51:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46ce0886
dev-python/sphinx-argparse: Adding tests
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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 f0246ed..deebc20 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