Re: [U-Boot] [PATCH 03/10] test/py: Fix pytest4 deprecation warnings

2019-10-21 Thread Tom Rini
On Mon, Oct 21, 2019 at 09:25:56AM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 18 Oct 2019 at 14:53, Tom Rini wrote: > > > > From: Marek Vasut > > > > Fix the following spit from pytest: > > > > u-boot/test/py/conftest.py:438: RemovedInPytest4Warning: MarkInfo objects > > are deprecated as

Re: [U-Boot] [PATCH 03/10] test/py: Fix pytest4 deprecation warnings

2019-10-21 Thread Simon Glass
Hi Tom, On Fri, 18 Oct 2019 at 14:53, Tom Rini wrote: > > From: Marek Vasut > > Fix the following spit from pytest: > > u-boot/test/py/conftest.py:438: RemovedInPytest4Warning: MarkInfo objects are > deprecated as they contain merged marks which are hard to deal with correctly. > Please use