
May 25, 2022
11:05 a.m.
On Wed, 25 May 2022, at 00:18, Glyph wrote:
On May 24, 2022, at 2:20 PM, Peter Westlake <peter.westlake@pobox.com> wrote:
How should I run the tests?
Something like "tox -r -p auto -e lint -e mypy -e alldeps-nocov -e nodeps-nocov" probably :-).
That;s a lot better, thanks! Everything passes except for three errors right at the end, "builtins.TypeError: a bytes-like object is required, not 'str'" in pydoctor/model.py, line 634. Those look sufficiently unrelated to the change for me to put in the pull request. The PR is https://github.com/twisted/twisted/pull/1733. Peter.