test/py: Split mark to multiple lines
authorTom Rini <trini@konsulko.com>
Thu, 24 Oct 2019 15:59:18 +0000 (11:59 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2019 21:48:46 +0000 (17:48 -0400)
commit79883ef7dcc20cb329ffc307c17d77baac62c2bc
tree46c0baa951c68d8211ba7881eed7660e4b84441e
parent90d3d78a1c68a771291a3d4070e66ce72e5d0ea6
test/py: Split mark to multiple lines

We inconsistently note multiple dependencies today in our tests,
sometimes with a single line that declares multiple and sometimes
multiple single lines.  Current pytest seems to fail on the single line
format so change to multiple declarations.

Reviewed-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Simon Glass <sjg@chromium.org> [on sandbox]
Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_android/test_avb.py
test/py/tests/test_mmc_wr.py