Commit 5309f04
committed
test: fix dbapi test connection resource warnings
DBAPI2 compliance tests are not implemented here but inherited from
external module [1]. Two tests from this module open a connection and
forget to close it. The issue [2] had been fixed and PR had been merged,
but there is no tagged release yet.
1. https://pypi.org/project/dbapi-compliance/
2. baztian/dbapi-compliance#5
Part of #2501 parent 43b8f3e commit 5309f04
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments