@@ -, +, @@ --- dev-python/flake8/flake8-3.7.9.ebuild | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) --- a/dev-python/flake8/flake8-3.7.9.ebuild +++ a/dev-python/flake8/flake8-3.7.9.ebuild @@ -51,3 +51,9 @@ python_prepare_all() { distutils-r1_python_prepare_all } + +python_test() +{ + distutils_install_for_testing + pytest -vv || die "Tests fail with ${EPYTHON}" +} --