summaryrefslogtreecommitdiff
path: root/test/engine
diff options
context:
space:
mode:
authorChristoph Zwerschke <cito@online.de>2016-04-11 23:15:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-04-15 12:00:27 -0400
commitb59cbb5fd7d2ab56334774c6354fffa0b50448bc (patch)
treef08bb82751830440739a2854a783fa1763bb9a63 /test/engine
parentbde46e33593805584c7c0dedb3a666909fb67888 (diff)
downloadsqlalchemy-b59cbb5fd7d2ab56334774c6354fffa0b50448bc.tar.gz
- Add support for PostgreSQL with PyGreSQL
Change-Id: I040b75ff3b4110e7e8b26442a4eb226ba8c26715 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/234
Diffstat (limited to 'test/engine')
-rw-r--r--test/engine/test_execute.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py
index 76d60f207..b1c8673d1 100644
--- a/test/engine/test_execute.py
+++ b/test/engine/test_execute.py
@@ -177,8 +177,8 @@ class ExecuteTest(fixtures.TestBase):
lambda: testing.against('mysql+mysqldb'), 'db-api flaky')
@testing.fails_on_everything_except(
'postgresql+psycopg2', 'postgresql+psycopg2cffi',
- 'postgresql+pypostgresql', 'mysql+mysqlconnector',
- 'mysql+pymysql', 'mysql+cymysql')
+ 'postgresql+pypostgresql', 'postgresql+pygresql',
+ 'mysql+mysqlconnector', 'mysql+pymysql', 'mysql+cymysql')
def test_raw_python(self):
def go(conn):
conn.execute(