1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-22 20:10:00 +00:00
Files
poky/meta/lib/oeqa/sdk/buildtools-cases
Adrian Freihofer f58aedff02 oeqa: replace deprecated assertEquals
assertEquals is deprecated since Python 2.7:
https://docs.python.org/2/library/unittest.html#deprecated-aliases
It throws errors at least on Python 3.12. Replace it by assertEqual.

(From OE-Core rev: 68286d0b70cf09a0d2950b48945c9192fb8c8769)

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-08 23:14:51 +00:00
..

These test cases are used by buildtools-tarball, and are not used by the testsdk
class.