commit:     99cf97c68efb31fd98d7b7818ddb6df967674d01
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 13:36:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 13:36:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cf97c6

dev-python/flask-paginate: Enable py3.10

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

 dev-python/flask-paginate/flask-paginate-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
index 04652ff0b78..bff5d1a8056 100644
--- a/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Pagination support for flask"
@@ -19,5 +19,5 @@ RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 distutils_enable_tests pytest
 
 python_test() {
-       pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
+       epytest tests/tests.py
 }

Reply via email to