You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python3] Replace deprecated assertEquals() to fix py3.12 compat
Replace the `assertEquals()` method calls in the Python3 test suite
with the modern `assertEqual()`. The former was removed in Python 3.12,
and therefore is causing the tests to fail. The latter is available
in all versions of Python 3.
Signed-off-by: Michał Górny <[email protected]>
0 commit comments