From: Michał Górny Date: Sun, 14 Jul 2019 11:18:09 +0000 (+0200) Subject: dev-python/brotlipy: Enable py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3221ce647768f120bdc5a4b0e127a068971aae3d;p=gentoo.git dev-python/brotlipy: Enable py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index 8ea258845409..4af02f271a99 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 @@ -44,5 +44,5 @@ src_prepare() { } python_test() { - py.test -v || die "Testing failed" + pytest -vv || die "Testing failed" }