mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 16:16:05 +00:00

assertEquals is a deprecated alias for assertEqual and has been removed in Python 3.12. This wasn't an issue previously because we used a vendored version of the unittest module. Now that we use the built-in version this gets updated together with the Python version used to run the test suite.