Kubilay Kocak <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
