commit: 555eea47bfed2b1b0dfd00b11c32dea72aaf8654
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 09:08:15 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 09:25:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555eea47
dev-python/pytest-mock: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-mock/pytest-mock-2.0.0.ebuild | 2 +-
dev-python/pytest-mock/pytest-mock-3.1.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild
b/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild
index 2cdc00ffc24..045b6a938e8 100644
--- a/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-2.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1
diff --git a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
index 47689f34aa0..0c137d01ff1 100644
--- a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1