- make this DROP conditional, attempting to isolate why jenkins has

an issue with just one test
This commit is contained in:
Mike Bayer
2015-12-08 10:40:45 -05:00
parent 3f42743d6a
commit 7df4054b04
+1 -1
View File
@@ -37,7 +37,7 @@ class TypeReflectionTest(fixtures.TestBase):
)
event.listen(
m, 'before_drop',
DDL("DROP VIEW mysql_types_v")
DDL("DROP VIEW IF EXISTS mysql_types_v")
)
m.create_all()