test-module-imports: drop check for Python >= 2.6
authorGregory Szorc <gregory.szorc@gmail.com>
Mon, 25 May 2015 11:06:49 -0700
changeset 25269 46bf4983cf31
parent 25264 605b1d32c1c0
child 25270 61b3529e2377
test-module-imports: drop check for Python >= 2.6 Support for Python 2.4 and 2.5 has been dropped. This check is no longer necessary.
tests/test-module-imports.t
--- a/tests/test-module-imports.t	Sat May 23 15:55:04 2015 -0500
+++ b/tests/test-module-imports.t	Mon May 25 11:06:49 2015 -0700
@@ -1,9 +1,5 @@
 #require test-repo
 
-This code uses the ast module, which was new in 2.6, so we'll skip
-this test on anything earlier.
-  $ $PYTHON -c 'import sys ; assert sys.version_info >= (2, 6)' || exit 80
-
   $ import_checker="$TESTDIR"/../contrib/import-checker.py
 
 Run the doctests from the import checker, and make sure