svn commit: r517602 - head/devel/py-mock

Jan Beich jbeich at FreeBSD.org
Fri Nov 15 03:27:17 UTC 2019


Kubilay Kocak <koobs at FreeBSD.org> writes:

> The canonical pytest invocation is:
>
> cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=

For a canonical it is uncommon. Besides, you've made mistakes:
- No braces around `cd` compared to what Porter's Handbook recommends
- No TEST_ENV in case tests need TZ=UTC, LANG=en_US.UTF-8, etc.


More information about the svn-ports-head mailing list