On 16/11/23 07:19, Thomas Huth wrote:
assertEquals() has been removed in Python 3.12 and should be replaced by assertEqual(). See: https://docs.python.org/3.12/whatsnew/3.12.html#id3Signed-off-by: Thomas Huth <th...@redhat.com> --- Note: The test has just been merged, that's why I missed this file in my earlier patch that replaces the assertEquals() tests/avocado/mem-addr-space-check.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
Merged as commit 572960cb23.