Re: [gentoo-dev] [PATCH] python-utils-r1.eclass: Handle deselect/ignore in epytest

2021-08-11 Thread Michał Górny
On Wed, 2021-08-11 at 09:49 +0200, Michał Górny wrote: > It is a de-facto standard to use deselect=() and/or ignore=() arrays > to pass arguments to epytest. Let's make the function take them > automatically without requiring unsafe hacks such as: > > epytest ${deselect[@]/#/--deselect } > >

[gentoo-dev] [PATCH] python-utils-r1.eclass: Handle deselect/ignore in epytest

2021-08-11 Thread Michał Górny
It is a de-facto standard to use deselect=() and/or ignore=() arrays to pass arguments to epytest. Let's make the function take them automatically without requiring unsafe hacks such as: epytest ${deselect[@]/#/--deselect } Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 11