commit: f873c1393b119890dd973ebdfd42080bbbcb379b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 18:29:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 18:33:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f873c139
dev-python/pytest-freezegun: Add pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild
b/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild
index a043852e505..5b7906df5ca 100644
--- a/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild
+++ b/dev-python/pytest-freezegun/pytest-freezegun-0.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Easily freeze time in pytest test + fixtures"