
24 Oct
2019
24 Oct
'19
2:59 a.m.
On Tue, 22 Oct 2019 at 21:20, Tom Rini trini@konsulko.com wrote:
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 Signed-off-by: Tom Rini trini@konsulko.com
test/py/tests/test_android/test_avb.py | 9 ++++++--- test/py/tests/test_mmc_wr.py | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org Tested on sandbox: Tested-by: Simon Glass sjg@chromium.org