]> 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>
Tue, 13 Nov 2018 22:57:27 +0000 (22:57 +0000)
commitd2deb66830be2d44532fea3d5db763b57778252a
treedb5b7d97fd80b7eb68203685af35aa06b9b56e52
parent7954b19020c28a4120bc1671aa81b9e1e2b05fa2
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

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