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

Commits on Apr 28, 2024

  1. [python] Replace deprecated assertEquals with assertEqual in build gr…

    …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
    bc-lee committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c31f1f5 View commit details
    Browse the repository at this point in the history