Mercurial > hg-stable
diff tests/hghave.py @ 25106:6f15114bdcc3
test-http: drop compatibility check on Python >= 2.4.3
This is obsolete now that Python < 2.6 is no more supported.
This is thus a backout of c499fff76440.
author | Gilles Moris <gilles.moris@free.fr> |
---|---|
date | Fri, 15 May 2015 10:24:59 +0200 |
parents | 252412e24551 |
children | 4d705f6a3c35 |
line wrap: on
line diff
--- a/tests/hghave.py Fri May 15 22:38:24 2015 +0900 +++ b/tests/hghave.py Fri May 15 10:24:59 2015 +0200 @@ -281,10 +281,6 @@ except ImportError: return False -@check("python243", "python >= 2.4.3") -def has_python243(): - return sys.version_info >= (2, 4, 3) - @check("json", "some json module available") def has_json(): try: