diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-02-15 09:19:48 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-02-15 09:19:48 -0800 |
| commit | 66769f6c20ac0a3de2ea99ce75fa57254e93096a (patch) | |
| tree | d27d1a6cbddde9dd3e57122db1f876af084a9a6c /tests/nosewrapper.py | |
| parent | 6ab868fa2caf219072add612725315f6a089323d (diff) | |
| download | eventlet-66769f6c20ac0a3de2ea99ce75fa57254e93096a.tar.gz | |
Renamed test__api_timeout to timeout_test_with_statement
Diffstat (limited to 'tests/nosewrapper.py')
| -rw-r--r-- | tests/nosewrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nosewrapper.py b/tests/nosewrapper.py index 584f4f4..43c4366 100644 --- a/tests/nosewrapper.py +++ b/tests/nosewrapper.py @@ -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 |
