##// END OF EJS Templates
test-module-imports: drop check for Python >= 2.6...
Gregory Szorc -
r25269:46bf4983 default
parent child Browse files
Show More
@@ -1,9 +1,5 b''
1 #require test-repo
1 #require test-repo
2
2
3 This code uses the ast module, which was new in 2.6, so we'll skip
4 this test on anything earlier.
5 $ $PYTHON -c 'import sys ; assert sys.version_info >= (2, 6)' || exit 80
6
7 $ import_checker="$TESTDIR"/../contrib/import-checker.py
3 $ import_checker="$TESTDIR"/../contrib/import-checker.py
8
4
9 Run the doctests from the import checker, and make sure
5 Run the doctests from the import checker, and make sure
General Comments 0
You need to be logged in to leave comments. Login now