diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-02 15:23:24 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-02 15:23:24 -0500 |
| commit | 3ab50ec0118df01d1f062458d8662bbc2200faad (patch) | |
| tree | ca1f3ec2edfa60da1fa57f407c1799b81e35da94 /lib/sqlalchemy/testing/plugin | |
| parent | 8582bbc5ecd65bbf1cf00f7acf2453ca23196e20 (diff) | |
| download | sqlalchemy-3ab50ec0118df01d1f062458d8662bbc2200faad.tar.gz | |
- test failures:
- test_schema_2 is only on PG and doesn't need a drop all, omit this for now
- py3k has exception.args[0], not message
Diffstat (limited to 'lib/sqlalchemy/testing/plugin')
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/plugin_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/plugin/plugin_base.py b/lib/sqlalchemy/testing/plugin/plugin_base.py index 3563b88db..b0188aa5a 100644 --- a/lib/sqlalchemy/testing/plugin/plugin_base.py +++ b/lib/sqlalchemy/testing/plugin/plugin_base.py @@ -329,7 +329,6 @@ def _prep_testing_database(options, file_config): if config.requirements.schemas.enabled_for_config(cfg): util.drop_all_tables(e, inspector, schema=cfg.test_schema) - util.drop_all_tables(e, inspector, schema=cfg.test_schema_2) if against(cfg, "postgresql"): from sqlalchemy.dialects import postgresql |
