]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 15 Jun 2017 22:09:49 +0000 (17:09 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jun 2017 10:43:37 +0000 (11:43 +0100)
commit767b68e6ca22512ff80e6fbc42154f3f0c2206c0
tree4fe04b4e5783321ec2df278623b970fa2d47e3a8
parent7beed75c97a78e945e44a55b28f0f463cd6c8dcd
oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4

Python unittest change the signature of the _make_failed_test
after python 3.4.4 don't pass the method name.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/core/loader.py