commit: f9e5c2e3d2efa7000f916274e1952f14168b6442
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:05:22 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:45:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e5c2e3
dev-python/pytest-regressions: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
index 43659d0570c0..ae062b79157b 100644
--- a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
+++ b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1