commit:     978becea7709f5d14b3a4d8ae4464f3883d6f1be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 15:39:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 16:02:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978becea

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

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp-jinja2/aiohttp-jinja2-0.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 b3745e314ea..33e3efd6b19 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() {

Reply via email to