diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-14 01:02:50 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-14 01:02:50 +0000 |
commit | 14dbac460037c1c662b8e33c7349bcd312cbfcf4 (patch) | |
tree | 306180571e88b8bcd0569b197423cb500b3b35d3 /test/alltests.py | |
parent | 7fb79e516dbbf0cf89e6b76d934387efc65cb0da (diff) | |
download | sqlalchemy-14dbac460037c1c662b8e33c7349bcd312cbfcf4.tar.gz |
fixes mostly to get the important unit tests to run for Oracle, boxesw without wsgi_utils
Diffstat (limited to 'test/alltests.py')
-rw-r--r-- | test/alltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/alltests.py b/test/alltests.py index 0e10e008e..681014448 100644 --- a/test/alltests.py +++ b/test/alltests.py @@ -42,7 +42,7 @@ def suite(): # extensions 'proxy_engine', - 'wsgi_test', + #'wsgi_test', ) |