diff tests/run-tests.py @ 52592:87ceb51d124c

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.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 Jan 2025 14:50:06 +0100
parents 69b64f8da6cd
children eef540baab65
line wrap: on
line diff
--- 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()),