]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Remove erroneous skip message
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Feb 2018 21:43:22 +0000 (16:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Feb 2018 21:43:22 +0000 (16:43 -0500)
commit4b6eed2cf7f5263bae60399da8d6542158ffff63
treea9198c734acd8ea178e9213a4870fb6ec801ca78
parente8d99c5b5a112be5cba55b97b3f73a1ad78acaa5
Remove erroneous skip message

The logic here seems to try to say something different when
__backend__ is True but it produces a nonsensical message,
since __only_on__ doesn't tell us about the implementation
we are actually running.

Cross-ported from SQLAlchemy, same change id.

Change-Id: I14e20cadcba975f8efe8fdefa439c8b8c480b3ed
alembic/testing/plugin/plugin_base.py