Re: [U-Boot] [PATCHv3 03/13] test/py: Split mark to multiple lines

2019-11-01 Thread Tom Rini
On Thu, Oct 24, 2019 at 11:59:18AM -0400, Tom Rini 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

[U-Boot] [PATCHv3 03/13] test/py: Split mark to multiple lines

2019-10-24 Thread Tom Rini
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 Reviewed-by: Simon Glas