From: Ben Trofatter Date: Tue, 19 Mar 2013 16:29:26 +0000 (-0700) Subject: Removed commented line from test_types.py X-Git-Tag: rel_0_8_1~11^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2830346207694fbf6334b5ce772544cea794194b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Removed commented line from test_types.py --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 4bbfd96e82..37c5039c78 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -719,7 +719,6 @@ class UnicodeTest(fixtures.TestBase): ('mysql', 'oursql'), ('mysql', 'zxjdbc'), ('mysql', 'mysqlconnector'), - #('mysql', 'pymysql'), ('sqlite', 'pysqlite'), ('oracle', 'zxjdbc'), ('oracle', 'cx_oracle'),