https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231555

Matthew Seaman <matt...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt...@freebsd.org

--- Comment #1 from Matthew Seaman <matt...@freebsd.org> ---
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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to