]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105562)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Jun 2023 14:02:15 +0000 (07:02 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 14:02:15 +0000 (14:02 +0000)
commit6dcbd50eb88fc80be86314d59c5e007753b84f27
tree3ab59b228f82713918dddf9289d80010d5f30e23
parentfaf15fda283cd850bd2c324dd23cf98488793cac
[3.11] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105562)

test_func_return_too_large_int() was defined twice.
Keep only the redefined method, as that also checks the tracebacks.
(cherry picked from commit b8fa7bda4f286503447dc12327b789bbfc836458)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_sqlite3/test_userfunctions.py