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 }
>
>
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