]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove erroneous skip message
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Feb 2018 23:13:30 +0000 (18:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Feb 2018 23:13:30 +0000 (18:13 -0500)
commitc94e4d888a87b82c062c5ecb9d97fca89bfdde12
treeab782c81e70f90e50915c6d3678254a5dce279bb
parent0cdd822207aedd4a10235146dd2efc81f3a26344
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.

Change-Id: I14e20cadcba975f8efe8fdefa439c8b8c480b3ed
lib/sqlalchemy/testing/plugin/plugin_base.py