Open bnavigator opened 2 years ago
After updating to Twisted 22.4, the test suite hangs at testGetBaseDNNoOption producing as many temporary empty config files as the filesystem would allow.
testGetBaseDNNoOption
Workaround: Remove the cleanup line here: https://github.com/twisted/ldaptor/blob/4bfe2897c8b9b510d647fb1c2a5b50c88d492ab1/ldaptor/test/test_config.py#L27
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: https://github.com/twisted/ldaptor/blob/4bfe2897c8b9b510d647fb1c2a5b50c88d492ab1/ldaptor/test/test_config.py#L27