mail-filter/afew: add tests

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-02-27 20:33:15 +00:00
parent 426b481fc7
commit 37d381f2e0
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 8 additions and 1 deletions

View File

@ -27,10 +27,17 @@ RDEPEND="
BDEPEND="
$(python_gen_cond_dep '
dev-python/sphinx[${PYTHON_USEDEP}]
')"
')
test? (
$(python_gen_cond_dep '
dev-python/freezegun[${PYTHON_USEDEP}]
')
)"
DOCS=( "README.rst" )
distutils_enable_tests pytest
python_prepare_all() {
sed -r \
-e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \