]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105557: Remove duplicate sqlite3 test method (#105558)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 9 Jun 2023 13:36:59 +0000 (15:36 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 13:36:59 +0000 (15:36 +0200)
commitb8fa7bda4f286503447dc12327b789bbfc836458
tree7346e6ce18b86a05de1accf35b090c1b62cbad7e
parent9bf8d825a66ea2a76169b917c12c237a6af2ed75
gh-105557: Remove duplicate sqlite3 test method (#105558)

test_func_return_too_large_int() was defined twice.
Keep only the redefined method, as that also checks the tracebacks.
Lib/test/test_sqlite3/test_userfunctions.py