run-tests: drop jython support
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Jan 2025 14:50:06 +0100
changeset 52592 87ceb51d124c
parent 52591 69b64f8da6cd
child 52593 eef540baab65
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.
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()),