From: Michał Górny Date: Wed, 8 Mar 2017 07:33:19 +0000 (+0100) Subject: eclass/tests/python-utils-r1: update impl support status X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=21cb3af58f51c3ee7d488f628eb90315f73e9650;p=gentoo.git eclass/tests/python-utils-r1: update impl support status --- 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