diff options
| author | Ben Trofatter <trofatter@google.com> | 2013-03-19 09:29:26 -0700 |
|---|---|---|
| committer | Ben Trofatter <trofatter@google.com> | 2013-03-19 09:29:26 -0700 |
| commit | 2830346207694fbf6334b5ce772544cea794194b (patch) | |
| tree | d8dc23b61a4564df2539c685095f125359dc53ef /test | |
| parent | 68299cbd444d4ba1c837b9407faedb5dc42f9d16 (diff) | |
| download | sqlalchemy-2830346207694fbf6334b5ce772544cea794194b.tar.gz | |
Removed commented line from test_types.py
Diffstat (limited to 'test')
| -rw-r--r-- | test/sql/test_types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 4bbfd96e8..37c5039c7 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'), |
