Skip to content

[3.11] Clean up the sqlite3 tests (GH-93056)#93058

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-e5d8dbd-3.11
May 21, 2022
Merged

[3.11] Clean up the sqlite3 tests (GH-93056)#93058
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-e5d8dbd-3.11

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor

Remove helper managed_connect(). Use memory_database() or
contextlib.closing() + addCleanup(unlink) instead.
(cherry picked from commit e5d8dbd)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

Remove helper managed_connect(). Use memory_database() or
contextlib.closing() + addCleanup(unlink) instead.
(cherry picked from commit e5d8dbd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 748c83d into python:3.11 May 21, 2022
@miss-islington miss-islington deleted the backport-e5d8dbd-3.11 branch May 21, 2022 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants