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

2021-08-15 Thread Michał Górny
On Thu, 2021-08-12 at 12:16 +0200, Michał Górny wrote: > Support (potentially global-scope) EPYTEST_DESELECT and EPYTEST_IGNORE > arrays to conveniently deselect/skip tests. This effectively replaces > local hacks such as: > > epytest ${deselect[@]/#/--deselect } > Merged. -- Best

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

2021-08-12 Thread Michał Górny
Support (potentially global-scope) EPYTEST_DESELECT and EPYTEST_IGNORE arrays to conveniently deselect/skip tests. This effectively replaces local hacks such as: epytest ${deselect[@]/#/--deselect } Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 30