diff options
author | Shaun Stanworth <shaun.stanworth@onefinestay.com> | 2014-11-09 14:52:31 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 18:43:19 -0500 |
commit | f94d75ede5f5d2ed28d72ff98ca7caca016e5506 (patch) | |
tree | cb10a74016216a849423d0878219d15e5bc3b371 /test/requirements.py | |
parent | 987f40b5aa325fe8a6655bcb0be2329c0a24025d (diff) | |
download | sqlalchemy-f94d75ede5f5d2ed28d72ff98ca7caca016e5506.tar.gz |
Added psycopg2cffi dialect
Diffstat (limited to 'test/requirements.py')
-rw-r--r-- | test/requirements.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py index ffbdfba23..6b8ba504c 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -756,6 +756,10 @@ class DefaultRequirements(SuiteRequirements): "+psycopg2", None, None, "psycopg2 2.4 no longer accepts percent " "sign in bind placeholders"), + ( + "+psycopg2cffi", None, None, + "psycopg2cffi does not accept percent signs in " + "bind placeholders"), ("mysql", None, None, "executemany() doesn't work here") ] ) |