dev-python/typer: enable tests

This commit is contained in:
odrling 2024-03-31 05:24:06 +02:00
parent 7238ba5664
commit d0dac0462c
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5

View file

@ -22,8 +22,13 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="+rich shell-detection"
IUSE="+rich shell-detection test"
BDEPEND="
test? (
$(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]')
)
"
RDEPEND="
$(python_gen_cond_dep '
dev-python/click[${PYTHON_USEDEP}]
@ -32,3 +37,5 @@ RDEPEND="
shell-detection? ( dev-python/shellingham[${PYTHON_USEDEP}] )
')
"
distutils_enable_tests pytest