man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

pytest-server-fixtures: Don't use context manager for CREATE DATABASE #186

Closed bnavigator closed 2 years ago

bnavigator commented 3 years ago

Psycopg 2.9 uses transaction blocks withing context managers, which is not allowed for CREATE DATABASE

https://github.com/psycopg/psycopg2/issues/941

eeaston commented 2 years ago

LGTM - many thanks for your contribution!