On Wed, Mar 20, 2019 at 12:29:30PM -0400, Kurt Mosiejczuk wrote:
> While looking at updating much of our python testing ports (py-test*,
> py-hypothesis, etc.) one of the twisty mazes of ports wanted a newer
> py-scandir. So here is an update for that.
>
> I tested both flavors of devel/py-pathlib2 as it seems to be the only
> consumer (so far, anyway). All tests passed.
>
> (I meant to cc Elias, the maintainer, but I sent it only to him
> the first time. This time I'm including ports@)
OK kn
> @@ -32,7 +32,6 @@ TEST_DEPENDS += devel/py-unittest2
> .endif
>
> do-test:
> - cd ${WRKSRC}/test &&\
> - env LC_ALL=C.UTF-8 LANG=C.UTF-8 ${MODPY_BIN} run_tests.py
> + cd ${WRKSRC}/test && ${SETENV} ${ALL_TEST_ENV} ${MODPY_BIN} run_tests.py
How about omitting this hunk from the update and commit it separately,
possibly in a bulk with other test conversions now that remi has landed
your final MODPY_PYTEST bits?