Bump twisted from 23.8.0 to 23.10.0 (#16588)
This commit is contained in:
@@ -484,7 +484,7 @@ class ThreadedMemoryReactorClock(MemoryReactorClock):
|
||||
if twisted.version > Version("Twisted", 23, 8, 0):
|
||||
from twisted.protocols import tls
|
||||
|
||||
tls._get_default_clock = lambda: self # type: ignore[attr-defined]
|
||||
tls._get_default_clock = lambda: self
|
||||
|
||||
self.nameResolver = SimpleResolverComplexifier(FakeResolver())
|
||||
super().__init__()
|
||||
|
||||
Reference in New Issue
Block a user