bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 146 forks source link

Make sure that the connection is closed #147

Closed chrismcmacken closed 6 years ago

chrismcmacken commented 6 years ago

If we don't explicitly close the connection here it can stay open and cause problems.

chrismcmacken commented 6 years ago

Looks like the checks for python 2.6 failed because SQLAlchemy doesn't support python 2.6 any longer. All of the other checks passed.