Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 05:57:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 231555] Mk/Uses/python.mk: Add USE_PYTHON=pytest
Message-ID:  <bug-231555-21822-4raFUacexX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231555-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231555-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231555

Matthew Seaman <matthew@FreeBSD.org> changed:

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

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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231555-21822-4raFUacexX>