From 7e2ff197b83e68d15493936ccf89b3af06bfe806 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 25 May 2020 22:16:50 +0200 Subject: [PATCH] dev-python/wheel: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/wheel/wheel-0.34.2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/wheel/wheel-0.34.2.ebuild b/dev-python/wheel/wheel-0.34.2.ebuild index 0006226aeb7e..80c4b19e4e16 100644 --- a/dev-python/wheel/wheel-0.34.2.ebuild +++ b/dev-python/wheel/wheel-0.34.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 eutils @@ -25,3 +25,8 @@ src_prepare() { -i setup.cfg || die distutils-r1_src_prepare } + +python_test() { + distutils_install_for_testing + pytest -vv || die "Tests failed with ${EPYTHON}" +} -- 2.26.2