]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/loader: Fix deprecation warning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Nov 2018 21:16:54 +0000 (21:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2018 10:29:56 +0000 (10:29 +0000)
commitf9ab10bb08446052fd6af2a21f38d8454e466d51
tree488091b4f93ebc1300c0e49d9032b1a328b665fb
parentd936faabfb29ea377d74e77332a2a91603747ac7
oeqa/loader: Fix deprecation warning

Clean up the warning:
meta/lib/oeqa/core/loader.py:27: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
  _failed_test_args = inspect.getargspec(unittest.loader._make_failed_test).args

(From OE-Core rev: d2deb66830be2d44532fea3d5db763b57778252a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/loader.py