From: Mike Bayer Date: Thu, 21 Nov 2013 22:24:51 +0000 (-0500) Subject: something changed the name here, probably one of those doc pullreqs X-Git-Tag: rel_0_9_0~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcbaf666a9a8421abfc60550c3e48b47c271d26e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git something changed the name here, probably one of those doc pullreqs --- diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index 7738dfb342..9c45cfddcf 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -503,7 +503,7 @@ class ExplicitAutoCommitTest(fixtures.TestBase): conn2.close() @testing.uses_deprecated(r'autocommit on select\(\) is deprecated', - r'autocommit\(\) is deprecated') + r'``autocommit\(\)`` is deprecated') def test_explicit_compiled_deprecated(self): conn1 = testing.db.connect() conn2 = testing.db.connect()