diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-09 20:21:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-09 21:41:16 +0100 |
commit | f16b1c0b5321673d017ac61af3623041f155c71a (patch) | |
tree | c3b9467b1f2a257e0a8dcfa872a7320bb562502f /eclass/tests/python-utils-r1.sh | |
parent | distutils-r1.eclass: Unset local functions after use (diff) | |
download | gentoo-f16b1c0b5321673d017ac61af3623041f155c71a.tar.gz gentoo-f16b1c0b5321673d017ac61af3623041f155c71a.tar.bz2 gentoo-f16b1c0b5321673d017ac61af3623041f155c71a.zip |
python-utils-r1.eclass: Disable jython2_5
Diffstat (limited to 'eclass/tests/python-utils-r1.sh')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index b89acfd4b295..922b690754e3 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -175,7 +175,6 @@ test_is "_python_impl_supported pypy1_9" 1 test_is "_python_impl_supported pypy2_0" 1 test_is "_python_impl_supported pypy" 0 test_is "_python_impl_supported pypy3" 0 -test_is "_python_impl_supported jython2_5" 0 test_is "_python_impl_supported jython2_7" 0 rm "${tmpfile}" |