summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-08 12:44:05 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-08 13:09:50 +0200
commit4603ddd8412f77870681b29ba804549d569875dd (patch)
tree9c152552bffe33572a1649dc874b3d10d155b091 /dev-python/pytest-toolbox
parentdev-python/pytest-freezegun: EAPI 8, PEP517, fix deprecation warning (diff)
downloadgentoo-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.ebuild5
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"