summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 11:08:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 11:25:02 +0200
commit555eea47bfed2b1b0dfd00b11c32dea72aaf8654 (patch)
tree0e897fd0dcf7db98fe4993f42790eab43d6a6492 /dev-python/pytest-mock
parentdev-python/pytest-mock: Fix test fail due to pytest plugins (diff)
downloadgentoo-555eea47bfed2b1b0dfd00b11c32dea72aaf8654.tar.gz
gentoo-555eea47bfed2b1b0dfd00b11c32dea72aaf8654.tar.bz2
gentoo-555eea47bfed2b1b0dfd00b11c32dea72aaf8654.zip
dev-python/pytest-mock: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mock')
-rw-r--r--dev-python/pytest-mock/pytest-mock-2.0.0.ebuild2
-rw-r--r--dev-python/pytest-mock/pytest-mock-3.1.0.ebuild2
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 2cdc00ffc242..045b6a938e82 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 47689f34aa07..0c137d01ff10 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