Renamed test__api_timeout to timeout_test_with_statement

This commit is contained in:
Ryan Williams
2010-02-15 09:19:48 -08:00
parent 6ab868fa2c
commit 66769f6c20
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ if parent_dir not in sys.path:
# hacky hacks: skip test__api_timeout when under 2.4 because otherwise it SyntaxErrors
if sys.version_info < (2,5):
argv = sys.argv + ["--exclude=.*test__api_timeout.*"]
argv = sys.argv + ["--exclude=.*timeout_test_with_statement.*"]
else:
argv = sys.argv