summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-08 08:33:19 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-08 08:35:52 +0100
commit21cb3af58f51c3ee7d488f628eb90315f73e9650 (patch)
treedc51e12bc113e7ddec8f6945f6899680ee1a603e /eclass/tests
parentpython-single-r1.eclass: Add integrity checks for globals (diff)
downloadgentoo-21cb3af58f51c3ee7d488f628eb90315f73e9650.tar.gz
gentoo-21cb3af58f51c3ee7d488f628eb90315f73e9650.tar.bz2
gentoo-21cb3af58f51c3ee7d488f628eb90315f73e9650.zip
eclass/tests/python-utils-r1: update impl support status
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/python-utils-r1.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
index 383c9229811f..414ad5c53d6b 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -167,8 +167,10 @@ test_is "_python_impl_supported python2_6" 1
test_is "_python_impl_supported python2_7" 0
test_is "_python_impl_supported python3_1" 1
test_is "_python_impl_supported python3_2" 1
-test_is "_python_impl_supported python3_3" 0
+test_is "_python_impl_supported python3_3" 1
test_is "_python_impl_supported python3_4" 0
+test_is "_python_impl_supported python3_5" 0
+test_is "_python_impl_supported python3_6" 0
test_is "_python_impl_supported pypy1_8" 1
test_is "_python_impl_supported pypy1_9" 1
test_is "_python_impl_supported pypy2_0" 1