mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 12:06:28 -04:00
- make this DROP conditional, attempting to isolate why jenkins has
an issue with just one test
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user