]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101947: Remove size check from sqlite3 serialize test (GH-102914)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Mar 2023 13:45:28 +0000 (06:45 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 13:45:28 +0000 (06:45 -0700)
commitb9304beda0ca0ce25d4f2aace73e7f926aaebcf4
tree0d290937ea9566d69843cca7f4c01fcce1a15bfb
parentf7dea0cb329ea15c6834a10c64d5d7b9db96c503
gh-101947: Remove size check from sqlite3 serialize test (GH-102914)

The size of the returned data is too implementation specific.
(cherry picked from commit 61405da9a5689f554aa53929a2a9c168cab6056b)

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