diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-07 10:52:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-07 11:12:50 +0200 |
commit | a267473d44bca6f8ea23e713e439c8d1ac7cbcdb (patch) | |
tree | af0e47a28e3d658c4a69a5945af549866096955d /dev-python/pytest-trio | |
parent | dev-python/h11: Fix PEP517 mode (diff) | |
download | gentoo-a267473d44bca6f8ea23e713e439c8d1ac7cbcdb.tar.gz gentoo-a267473d44bca6f8ea23e713e439c8d1ac7cbcdb.tar.bz2 gentoo-a267473d44bca6f8ea23e713e439c8d1ac7cbcdb.zip |
dev-python/pytest-trio: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild index 612dde1c4124..d5f1cdacce4a 100644 --- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 |