]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3a8d71f65e50cfb0fa9132d9a392c24039565509
tree46c0baa951c68d8211ba7881eed7660e4b84441e
parent709c5e070d6e38c663c14b9cdfe06923a2ce0efd
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