]> 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:21:20 +0000 (10:21 +0000)
commite65e9492acad4861b22e6f29d5f470a82778f2b4
tree2a6a53830a4ce17420d6d4a69b9879168546803a
parent260738158b09aea0beeca85b778aa4ab08ba1c4c
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