Skip to content

Commit

Permalink
mail-filter/afew: add tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 27, 2021
1 parent 426b481 commit 37d381f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mail-filter/afew/afew-3.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}',/" \
Expand Down

0 comments on commit 37d381f

Please sign in to comment.