testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
94 stars 88 forks source link

Fix various test failures with Python 3.11 #328

Closed cjwatson closed 2 years ago

cjwatson commented 2 years ago

The changes for https://peps.python.org/pep-0657/ require a number of changes in our tests.

Some tests still fail due to https://twistedmatrix.com/trac/ticket/10336, so I'm not adding 3.11 to the test matrix yet.

Fixes #325.