# HG changeset patch # User Pierre-Yves David # Date 1735825806 -3600 # Node ID 87ceb51d124c53e2812782909e1f85ac8d325c89 # Parent 69b64f8da6cd0104d76fe2e8810f907a6c4252d5 run-tests: drop jython support I don't think we heard anything about jython support for the past 15 years, so let's drop special support for it in run-tests.py it is most probably broken at that point. diff -r 69b64f8da6cd -r 87ceb51d124c tests/run-tests.py --- a/tests/run-tests.py Mon Jan 06 08:53:54 2025 +0100 +++ b/tests/run-tests.py Thu Jan 02 14:50:06 2025 +0100 @@ -371,8 +371,6 @@ IMPL_PATH = b'PYTHONPATH' -if 'java' in sys.platform: - IMPL_PATH = b'JYTHONPATH' default_defaults = { 'jobs': ('HGTEST_JOBS', multiprocessing.cpu_count()),