summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pytest-mock/pytest-mock-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
index 8c6a3668caa4..005832c93f6f 100644
--- a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1