Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] Replace deprecated assertEquals with assertEqual in build graph test #73318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bc-lee
Copy link

@bc-lee bc-lee commented Apr 28, 2024

unitest.assertEquals is deprecated in Python 3.2 and finally removed in Python 3.12 [1]. Due to this, this test files in recent Linux distros, like Ubuntu 24.04 or Fedora 38+ fail. This patch replaces the deprecated function with assertEqual.

[1] https://docs.python.org/3/whatsnew/3.12.html

…aph test

`unitest.assertEquals` is deprecated in Python 3.2 and finally removed in
Python 3.12 [1]. Due to this, this test files in recent Linux distros,
like Ubuntu 24.04 or Fedora 38+. This patch replaces the deprecated
function with `assertEqual`.

[1] https://docs.python.org/3/whatsnew/3.12.html
@egorzhdan
Copy link
Collaborator

@swift-ci please smoke test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants