tests/avocado: Replace assertEquals() for Python 3.12 compatibility
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: <20231114134326.287242-1-thuth@redhat.com> Reviewed-by:Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by:
Thomas Huth <thuth@redhat.com>
Showing
- docs/devel/testing.rst 1 addition, 1 deletiondocs/devel/testing.rst
- tests/avocado/cpu_queries.py 1 addition, 1 deletiontests/avocado/cpu_queries.py
- tests/avocado/empty_cpu_model.py 1 addition, 1 deletiontests/avocado/empty_cpu_model.py
- tests/avocado/pc_cpu_hotplug_props.py 1 addition, 1 deletiontests/avocado/pc_cpu_hotplug_props.py
- tests/avocado/x86_cpu_model_versions.py 49 additions, 48 deletionstests/avocado/x86_cpu_model_versions.py
Loading
Please register or sign in to comment