From: Mike Bayer Date: Wed, 14 Mar 2012 23:25:57 +0000 (-0700) Subject: add a checkfirst here as s3 seems to be stuck on the jenkins db X-Git-Tag: rel_0_7_6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042184fdc9ea9ee6d01106162aaadaf51022146c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add a checkfirst here as s3 seems to be stuck on the jenkins db --- diff --git a/test/sql/test_defaults.py b/test/sql/test_defaults.py index c0d3c2d499..ec08cd28e4 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