hamcrest / PyHamcrest

Hamcrest matchers for Python
http://hamcrest.org/
Other
766 stars 111 forks source link

Fix breakages due to Mypy chages #221

Closed brunns closed 1 year ago

brunns commented 1 year ago

Mypy 0.990 has been released, and it appears that some of the error messages have changed somewhat, which breaks our build. I've changed some tests to reflect the changes, hopefully fixing #220.

One useful thing, too - the new mypy pointed out an unannotated function, albeit an internal one.