[Bug 231555] Mk/Uses/python.mk: Add USE_PYTHON=pytest

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 22 05:57:18 UTC 2018


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

Matthew Seaman <matthew at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew at FreeBSD.org

--- Comment #1 from Matthew Seaman <matthew at 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.


More information about the freebsd-python mailing list