On Thu, Feb 06, 2020 at 09:08:20AM +0100, Martin Reindl wrote:
> You are right, py-nose is needed for these tests. I will therefore go
> with this diff.
> Thank you for the help Kurt and Charlene!
One quick nit with this latest version....
> -# one test fail:
> -# numpy 1.9.2 - median() don't check if array contains any nan's
> +MODPY_PYTEST = Yes
> +TEST_DEPENDS = devel/py-pluggy${MODPY_FLAVOR} \
> + devel/py-nose${MODPY_FLAVOR} \
> + devel/py-test${MODPY_FLAVOR}
These should be in alphabetical, so py-nose should be before py-pluggy.
otherwise, looks good to me - ok kmos
--Kurt