From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 13 Mar 2019 07:19:19 -0400 Subject: [U-Boot] [PATCH] test/py: Fix pytest4 deprecation warnings In-Reply-To: <20190313040814.17030-1-marek.vasut+renesas@gmail.com> References: <20190313040814.17030-1-marek.vasut+renesas@gmail.com> Message-ID: <20190313111919.GA8732@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Mar 13, 2019 at 05:08:14AM +0100, Marek Vasut wrote: > 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 node.get_closest_marker(name) or node.iter_markers(name). > Docs: https://docs.pytest.org/en/latest/mark.html#updating-code > for board in mark.args: > > In both cases, the later suggestion is applicable. > > Signed-off-by: Marek Vasut > Cc: Igor Opaniuk > Cc: Tom Rini > Cc: Simon Glass Deferred, for now we don't support newer pytest than 2.8.7 and you'll need to use virtualenv to set that up if needed. There is not, AFAICT, a way to support both versions. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: