swift
c31f1f52 - [python] Replace deprecated assertEquals with assertEqual in build graph test

Commit
1 year ago
[python] Replace deprecated assertEquals with assertEqual in build graph 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
Author
Parents
Loading