diff options
| author | Shaun Stanworth <shaun.stanworth@onefinestay.com> | 2014-11-09 15:18:04 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 18:43:19 -0500 |
| commit | 0953f2625046b98c7b6fbe157942eddde657e08a (patch) | |
| tree | 00bd3efb1f5adf49760467bbe014ca7d8d7fd2b2 /test/dialect/postgresql/test_dialect.py | |
| parent | f94d75ede5f5d2ed28d72ff98ca7caca016e5506 (diff) | |
| download | sqlalchemy-0953f2625046b98c7b6fbe157942eddde657e08a.tar.gz | |
78-char width
Diffstat (limited to 'test/dialect/postgresql/test_dialect.py')
| -rw-r--r-- | test/dialect/postgresql/test_dialect.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py index 2166bca32..9f86aaa7a 100644 --- a/test/dialect/postgresql/test_dialect.py +++ b/test/dialect/postgresql/test_dialect.py @@ -118,7 +118,8 @@ class MiscTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): eq_(c.connection.connection.encoding, test_encoding) @testing.only_on( - ['postgresql+psycopg2', 'postgresql+pg8000', 'postgresql+psycopg2cffi'], + ['postgresql+psycopg2', 'postgresql+pg8000', + 'postgresql+psycopg2cffi'], 'psycopg2 / pg8000 - specific feature') @engines.close_open_connections def test_autocommit_isolation_level(self): |
