From 3221ce647768f120bdc5a4b0e127a068971aae3d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 14 Jul 2019 13:18:09 +0200 Subject: dev-python/brotlipy: Enable py3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/brotlipy/brotlipy-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/brotlipy') 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" } -- cgit v1.2.3-65-gdbad