chtd / psycopg2cffi

Port to cffi with some speed improvements
Other
177 stars 43 forks source link

Some tests are disabled since postgres is not configured to use two-phase transactions #42

Open thedrow opened 9 years ago

thedrow commented 9 years ago

Example: https://travis-ci.org/chtd/psycopg2cffi/jobs/66758351#L562 In order to get full coverage we need to configure Postgres to enable them. The question is if we need to enable them on the default build or have different build jobs with two phase transactions and without.