-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters