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

Merged

Conversation

bc-lee
Copy link
Contributor

@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

@bc-lee
Copy link
Contributor Author

bc-lee commented May 25, 2024

Hi @egorzhdan, is there any chance that this PR has been merged? I am confident that this PR will not cause any issues. Thanks!

@shahmishal shahmishal merged commit da59253 into apple:main May 28, 2024
3 checks passed
@shahmishal
Copy link
Member

@bc-lee Can you also create a PR on release/6.0 branch?

@bc-lee bc-lee deleted the feature/python-replace-deprecated-function-usage branch May 28, 2024 12:37
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

3 participants