summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-20 14:42:03 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-20 16:02:18 +0100
commit7b0f38540c9aaa7e3ce7804899186417d8ad4bb3 (patch)
tree6dfbb3f1a898cb86b4f95e75414826bc1ba8dad6 /dev-python/pytest-tornasync
parentdev-python/pytest-tornado: Enable pypy3 (diff)
downloadgentoo-7b0f38540c9aaa7e3ce7804899186417d8ad4bb3.tar.gz
gentoo-7b0f38540c9aaa7e3ce7804899186417d8ad4bb3.tar.bz2
gentoo-7b0f38540c9aaa7e3ce7804899186417d8ad4bb3.zip
dev-python/pytest-tornasync: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tornasync')
-rw-r--r--dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
index 597b80841a4d..64096bacc181 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi