tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
commit572960cb23217fb23e23e5a0cb315ac263c9d87c
authorThomas Huth <thuth@redhat.com>
Thu, 16 Nov 2023 06:19:56 +0000 (16 07:19 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 16 Nov 2023 08:21:30 +0000 (16 09:21 +0100)
tree9ea6ab6ae5315056954f70d7952f352fa2236c8e
parent3365f3d99ae3aa3248209bc84c229ec01b5c5b21
tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12

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#id3

Message-ID: <20231116061956.14676-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Ani Sinha <anisinha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/mem-addr-space-check.py