commit:     9059e87453f0fd073cb69e36ecef636ff0b187fe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 11:09:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:50:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9059e874

dev-python/sphinx-jinja: Enable py3.{7,8}

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

 dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild 
b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild
index c5132f939ca..bc90a9dd204 100644
--- a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild
+++ b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -32,5 +32,5 @@ python_prepare() {
 }
 
 python_test() {
-       nosetests || die
+       nosetests -v || die
 }

Reply via email to