]> granicus.if.org Git - python/commit
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
authorVictor Stinner <vstinner@redhat.com>
Tue, 19 Jun 2018 15:37:07 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 15:37:07 +0000 (17:37 +0200)
commitc44d8e5db6fb9d3847c49e9c9718f2b4cf71f506
treee628b36830f1d00616e5b8a7ca7a83880f05f00f
parentc7f02a965936f197354d7f4e6360f4cfc86817ed
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)

Fix test_dbm_gnu.test_reorganize() on macOS with gdbm 1.15: add a
larger value to make sure that the file size changes.
Lib/test/test_dbm_gnu.py
Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst