ldaptor
ldaptor copied to clipboard
Testing with Twisted 22.4 results in infinite loop creating temporary config files
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