From 978becea7709f5d14b3a4d8ae4464f3883d6f1be Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 22 Apr 2020 17:39:06 +0200 Subject: dev-python/aiohttp-jinja2: Enable py3.{7,8} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/aiohttp-jinja2/aiohttp-jinja2-0.15.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/aiohttp-jinja2') 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() { -- cgit v1.2.3-65-gdbad