]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
authorGregory P. Smith <greg@krypto.org>
Fri, 22 Oct 2021 01:22:25 +0000 (18:22 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 01:22:25 +0000 (18:22 -0700)
commit843b890334ca30cf6af27dffe29cecd06b49f7d9
treeb87fa973f2456a399b237c5ee333fa4b5349c5e4
parent01cf4fb9c1aa567484c2ffb1b11f9b3fe9949b05
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)

Raise RLIMIT_NOFILE in test.libregrtest.

On macOS the default is often too low for our testsuite to succeed.

Co-authored by reviewer: Victor Stinner
Lib/test/libregrtest/setup.py
Misc/NEWS.d/next/Tests/2021-10-21-17-22-26.bpo-43592.kHRsra.rst [new file with mode: 0644]