diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-08 12:44:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-08 13:09:50 +0200 |
commit | 4603ddd8412f77870681b29ba804549d569875dd (patch) | |
tree | 9c152552bffe33572a1649dc874b3d10d155b091 /dev-python/pytest-toolbox | |
parent | dev-python/pytest-freezegun: EAPI 8, PEP517, fix deprecation warning (diff) | |
download | gentoo-4603ddd8412f77870681b29ba804549d569875dd.tar.gz gentoo-4603ddd8412f77870681b29ba804549d569875dd.tar.bz2 gentoo-4603ddd8412f77870681b29ba804549d569875dd.zip |
dev-python/pytest-toolbox: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-toolbox')
-rw-r--r-- | dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild index 39e227ddaa46..373a1f591ddd 100644 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild @@ -1,9 +1,10 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + inherit distutils-r1 DESCRIPTION="Numerous useful plugins for pytest" |