After updating to Twisted 22.4, the test suite hangs at testGetBaseDNNoOption producing as many temporary empty config files as the filesystem would allow.
Workaround: Remove the cleanup line here:
|
testCase.addCleanup(reloadFromContent, testCase, b"") |