Commit d4d74383 authored by Jason Madden's avatar Jason Madden

TransactionUndoStorage tests close the conn and db

This fixes leaking connections (relying on the GC to close them).

Tested with RelStorage.

Fixes #138
parent 93baff53
......@@ -3,7 +3,7 @@ sudo: false
matrix:
include:
- os: linux
python: pypy
python: pypy-5.4.1
- os: linux
python: pypy3
env: BUILOUT_OPTIONS=sphinx:eggs=
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment