]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add a checkfirst here as s3 seems to be stuck on the jenkins db
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 23:25:57 +0000 (16:25 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 23:25:57 +0000 (16:25 -0700)
test/sql/test_defaults.py

index c0d3c2d4998460dcb9d9dd777925e6d3df587981..ec08cd28e4d314c6c48bb4eca8b4105c828b07c1 100644 (file)
@@ -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