mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/py-bcrypt: Update Test target
Test targets should always invoke a Python version specific binary. Now using the setup.py test. Reported by: koobs
This commit is contained in:
parent
7dae16d7b1
commit
10c4037e9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452387
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ USES= python
|
|||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && pytest -v
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so
|
||||
|
|
Loading…
Add table
Reference in a new issue