commit | 142e7259a4675238a175e95e5e135426342d3b38 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Nov 14 19:47:52 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 14 19:47:52 2018 -0500 |
tree | eae4313576ad68835d1ad62fbcfe574c7eea2a88 | |
parent | 6f443330186676004148930b4dd77f1c2735bd36 [diff] |
test/py/conftest.py: Replace get_marker() with iter_markers() As per https://docs.pytest.org/en/latest/mark.html#updating-code making use of node.get_marker() has been deprecated and needs to be replaced, in our case, with node.iter_markers(). Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>