test: remove usage of deprecated method TestCase.assertEquals#1494
test: remove usage of deprecated method TestCase.assertEquals#1494groodt merged 2 commits intobazel-contrib:mainfrom
TestCase.assertEquals#1494Conversation
TestCase.assertEqualsTestCase.assertEquals
|
Meta-question: should we have a linter for this? |
TestCase.assertEqualsTestCase.assertEquals
|
I would be of an opinion to keep this change out of |
groodt
left a comment
There was a problem hiding this comment.
LGTM
Agree with removing the CHANGELOG entry.
Will do.
I was thinking the same, but decided to go by letter of PR checklist. |
`TestCase.assertEquals` is an alias for `TestCase.assertEqual`. This method is deprecated since Python 3.2 and was removed in Python 3.12.
Head branch was pushed to by a user without write access
4cf3c6c to
411977b
Compare
|
Rebased to resolve merge conflicts. |
TestCase.assertEqualsis an alias forTestCase.assertEqual.This method is deprecated since Python 3.2 and was removed in Python 3.12.