From: Michał Górny Date: Wed, 22 Apr 2020 15:39:06 +0000 (+0200) Subject: dev-python/aiohttp-jinja2: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=978becea7709f5d14b3a4d8ae4464f3883d6f1be;p=gentoo.git dev-python/aiohttp-jinja2: Enable py3.{7,8} Signed-off-by: Michał Górny --- diff --git a/dev-python/aiohttp-jinja2/aiohttp-jinja2-0.15.0.ebuild b/dev-python/aiohttp-jinja2/aiohttp-jinja2-0.15.0.ebuild index b3745e314ea0..33e3efd6b195 100644 --- a/dev-python/aiohttp-jinja2/aiohttp-jinja2-0.15.0.ebuild +++ b/dev-python/aiohttp-jinja2/aiohttp-jinja2-0.15.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -41,7 +41,7 @@ python_compile_all() { } python_test() { - py.test -v tests || die "Tests failed under ${EPYTHON}" + pytest -vv tests || die "Tests failed under ${EPYTHON}" } python_install_all() {