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.
# name space package to host third party extensions
from __future__ import annotations
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)