diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-20 14:42:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-20 16:02:18 +0100 |
commit | 7b0f38540c9aaa7e3ce7804899186417d8ad4bb3 (patch) | |
tree | 6dfbb3f1a898cb86b4f95e75414826bc1ba8dad6 /dev-python/pytest-tornasync | |
parent | dev-python/pytest-tornado: Enable pypy3 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |