Skip to content

[3.10] gh-94998: Make 3.10 sqlite3 tests run - #95015

Closed
terryjreedy wants to merge 2 commits into
python:3.10from
terryjreedy:sql310
Closed

[3.10] gh-94998: Make 3.10 sqlite3 tests run#95015
terryjreedy wants to merge 2 commits into
python:3.10from
terryjreedy:sql310

Conversation

@terryjreedy

@terryjreedyterryjreedy commented Jul 19, 2022

Copy link
Copy Markdown
Member

Add init and main to 3.10 test_sqlite3 directory.
In test_dbapi, comment out def cx_limit, line 42.
Add 'verbosity=2' to unittest.main().

Multiple tests in test_dbapi fail before crashing on Windows.

Add __init__ and __main__ to test_sqlite3 directory.
In test_dbapi, comment out cx_limit, line 42.
Add 'verbosity=2' to unittest.main().
@erlend-aasland

Copy link
Copy Markdown
Contributor

Sorry, this is not the correct fix; closing it. See #95016. Thanks for reporting this!

@terryjreedy
terryjreedy deleted the sql310 branch July 19, 2022 20:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@terryjreedy@erlend-aasland