Let's file a bug: "I'm sorry but your test suite is leaking fds, and it runs out of fds on our 80-core systems. On that other 256-core system too."
github.com/psf/black/issues/45β¦
`tests/test_blackd.py` runs out of fds on systems with high nproc (is blackd leaking fds?) Β· Issue #4504 Β· psf/black
Describe the bug When running the test suite on a machine with high nproc (i.e. large number of CPUs/cores β we have 80 on arm64 and 256 on sparc), the test suite suddenly runs out of fds in middle...GitHub