mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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 61405da9a5
)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
f7dea0cb32
commit
b9304beda0
1 changed files with 0 additions and 1 deletions
|
@ -604,7 +604,6 @@ class SerializeTests(unittest.TestCase):
|
|||
with cx:
|
||||
cx.execute("create table t(t)")
|
||||
data = cx.serialize()
|
||||
self.assertEqual(len(data), 8192)
|
||||
|
||||
# Remove test table, verify that it was removed.
|
||||
with cx:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue