On Wed, 25 May 2022, at 00:18, Glyph wrote: > >> On May 24, 2022, at 2:20 PM, Peter Westlake <[email protected]> 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. _______________________________________________ Twisted mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/twisted.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/VH5EHG6RDY4II4EDAQX3FIMJZIZP2CRE/ Code of Conduct: https://twisted.org/conduct
