Closed hugovk closed 1 year ago
Update:
This was retained in Python 3.11 (released October 2022), but has already been removed in Python 3.12 (set for release October 2023):
I still recommend merging this fix. However, I also see there's been no commits for ~six years, so closing this year-old PR, but happy to re-open if there's interest 👍
assertEquals
has been deprecated since Python 3.2 and is removed in 3.11. UseassertEqual
instead.https://docs.python.org/3.11/whatsnew/3.11.html#removed