summary refs log tree commit diff
path: root/debian/templates (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-07Pin mypy versionsDavid Robertson1-2/+2
2021-10-07Ensure each cache config test uses separate state. (#11019)Patrick Cloke2-8/+13
Hopefully this fixes these tests sometimes failing in CI.
2021-10-07Don't alter directory entries for local users when setting a per-room ↵David Robertson3-7/+48
nickname (#11002) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2021-10-07Improve the logging in _auth_and_persist_outliers (#11010)Richard van der Hoff2-1/+5
Include the event ids being peristed
2021-10-07Add a comment in _process_received_pdu (#11011)Richard van der Hoff2-0/+4
2021-10-07Other mypy fixesDavid Robertson2-1/+5
2021-10-07Workaround https://github.com/python/mypy/issues/6463David Robertson1-1/+1
2021-10-07Make mypy happy by referring to struct_rusageDavid Robertson2-9/+9
I think struct_rusage has existed for a couple of decades now, see https://github.com/python/cpython/blame/bb3e0c240bc60fe08d332ff5955d54197f79751c/Modules/resource.c#L32
2021-10-07Bump mypy version and pull in additional stubsDavid Robertson1-3/+6
I'm not sure why newer mypy requires these---perhaps it's a consequence of pulling in a newer mypy-zope?
2021-10-07Catch AttributeErrors when calling registerProducer (#10995)Brendan Abolivier2-1/+5
Looks like the wrong exception type was caught in #10932.