]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix expect_warnings_on function
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jan 2019 18:06:56 +0000 (13:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jan 2019 18:06:56 +0000 (13:06 -0500)
commit16c905b5f2a24ee7bdb766f9b60ce68e44b7dab0
treeb1b433f9cb6069f9c7aec4e86db2fe051f5a5c0f
parentf341ee9f3977034fae76531ad27d586d8985f875
Fix expect_warnings_on function

This function is not used in Alembic right now but it contained
undefined symbols, re-copy over from SQLAlchemy.

Change-Id: I3eb6eb76dc1d0d83606fa2a4af88300ee802d3bf
alembic/testing/assertions.py