From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- dev-python/flask-login/flask-login-0.5.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-python/flask-login/flask-login-0.5.0.ebuild') diff --git a/dev-python/flask-login/flask-login-0.5.0.ebuild b/dev-python/flask-login/flask-login-0.5.0.ebuild index 3891e82cb9d3..b23911bf5684 100644 --- a/dev-python/flask-login/flask-login-0.5.0.ebuild +++ b/dev-python/flask-login/flask-login-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Login session support for Flask" @@ -27,9 +27,13 @@ DEPEND=" dev-python/semantic_version[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}/${P}-fix-tests-py3.10.patch" +) + distutils_enable_sphinx docs distutils_enable_tests pytest python_test() { - pytest -vv -p no:httpbin || die "Tests failed with ${EPYTHON}" + epytest -p no:httpbin } -- cgit v1.2.3