dev-python/aiohttp-jinja2: Enable py3.{7,8}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-22 17:39:06 +02:00
parent 258d213321
commit 978becea77

View File

@@ -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() {