From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- dev-python/hiredis/hiredis-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/hiredis/hiredis-2.0.0.ebuild') diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild index 20a1453d27ce..a55b79598ff5 100644 --- a/dev-python/hiredis/hiredis-2.0.0.ebuild +++ b/dev-python/hiredis/hiredis-2.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python extension that wraps hiredis" @@ -27,5 +27,5 @@ src_prepare() { python_test() { cd test || die - "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed" + "${EPYTHON}" -m unittest -v reader.ReaderTest || die "tests failed" } -- cgit v1.2.3