Fix various pieces of CI bitrot#428
Conversation
|
I've done my best here, but I have no idea what's going on with the test failures. Help? |
`_converted` can yield field values whose filename is None.
For starters, try upgrading the |
|
Just did so myself and things look a bit better, let me try pushing this. |
|
Looks like this will need to absorb #426 |
Use appropriate :class:`twisted.web.resource.IResource` instead of `IResource`. Use double backticks to mark allow_redirects=False as a code example. Use double backticks for basic python types, as used elsewhere in the same documentation. Fixes: twisted#423
|
The Python 3.10 test failures in that last run seem about the same as before. I cherry-picked the fix for #426 though, just to try to clear things up slightly. |
|
Since GHA likes to stop at the first failure, I tried these locally. |
I think the issue is probably that older Twisted no longer works with current Cryptography. I am adding some extra debug logging stuff so that at least i can see what's going on in the httpbin server, and seeing |
|
@cjwatson I'm inclined to approve and merge if this turns green; if it were lower priority I'd wait for someone who hadn't worked on it, but we should get trunk back to green ASAP. |
|
Thanks for figuring this out! |
|
Thanks for getting it started! |
Among other things, this drops support for Python 3.8.
Fixes #427