Re: [PATCH v2 1/1] CI: show skipped Python tests

2020-07-11 Thread Tom Rini
On Fri, Jul 10, 2020 at 10:04:40PM +0200, Heinrich Schuchardt wrote: > Call pytest3 with argument -ra to display the reason why Python tests are > skipped. > > The -r flag displays a test summary info for each test. -ra eliminates > this info for passed tests. > > Pros an cons were discussed in:

[PATCH v2 1/1] CI: show skipped Python tests

2020-07-10 Thread Heinrich Schuchardt
Call pytest3 with argument -ra to display the reason why Python tests are skipped. The -r flag displays a test summary info for each test. -ra eliminates this info for passed tests. Pros an cons were discussed in: https://lists.denx.de/pipermail/u-boot/2020-June/417090.html Signed-off-by: Heinri