https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231555
Matthew Seaman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Matthew Seaman <[email protected]> --- Definitely +1 on this idea. Nice one. Could you allow for adding additional environment variables and commandline arguments? Something like: ``` @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTEST_ENV} \ ${PYTHON_CMD} -m pytest ${PYTEST_ARGS} ``` where ${PYTEST_ENV} and ${PYTEST_ARGS} are empty by default. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
