diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-14 16:25:57 -0700 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-14 16:25:57 -0700 |
| commit | 042184fdc9ea9ee6d01106162aaadaf51022146c (patch) | |
| tree | 92963087062aa2cd80c9f34a16e88384992da359 /test/sql | |
| parent | c235b4a335ddfb663061273fece213ab6a0c65b8 (diff) | |
| download | sqlalchemy-042184fdc9ea9ee6d01106162aaadaf51022146c.tar.gz | |
add a checkfirst here as s3 seems to be stuck on the jenkins db
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_defaults.py b/test/sql/test_defaults.py index c0d3c2d49..ec08cd28e 100644 --- a/test/sql/test_defaults.py +++ b/test/sql/test_defaults.py @@ -849,7 +849,7 @@ class SequenceTest(fixtures.TestBase, testing.AssertsCompiledSQL): assert s3.metadata is metadata - t.create(testing.db) + t.create(testing.db, checkfirst=True) s3.drop(testing.db) # 't' is created, and 's3' won't be |
