# HG changeset patch # User Gregory Szorc # Date 2015-05-25 18:06:49 # Node ID 46bf4983cf31a651815a0599f012b5fe1b7f6db9 # Parent 605b1d32c1c011d56233f28923ee5354fce7e426 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. diff --git a/tests/test-module-imports.t b/tests/test-module-imports.t --- a/tests/test-module-imports.t +++ b/tests/test-module-imports.t @@ -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