]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108418: Speed up bigmem compression tests in dry mode (GH-108419)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Aug 2023 09:37:27 +0000 (12:37 +0300)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 09:37:27 +0000 (12:37 +0300)
commit4ae3edf3008b70e20663143553a736d80ff3a501
treecfff26206d6f63f057307caff13a6062b2238c6c
parente59a95238b76f518e936b6e70da9207d923964db
gh-108418: Speed up bigmem compression tests in dry mode (GH-108419)

Only generate and compress small amount of random data in dry run.
Lib/test/test_bz2.py
Lib/test/test_lzma.py
Lib/test/test_zlib.py