diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-08 08:33:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-08 08:35:52 +0100 |
commit | 21cb3af58f51c3ee7d488f628eb90315f73e9650 (patch) | |
tree | dc51e12bc113e7ddec8f6945f6899680ee1a603e /eclass | |
parent | python-single-r1.eclass: Add integrity checks for globals (diff) | |
download | gentoo-21cb3af58f51c3ee7d488f628eb90315f73e9650.tar.gz gentoo-21cb3af58f51c3ee7d488f628eb90315f73e9650.tar.bz2 gentoo-21cb3af58f51c3ee7d488f628eb90315f73e9650.zip |
eclass/tests/python-utils-r1: update impl support status
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 4 |
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 |