aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-bcrypt
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2017-10-19 06:04:26 +0800
committerdbaio <dbaio@FreeBSD.org>2017-10-19 06:04:26 +0800
commit2dda8e3d20b50cfe76ec9a0795b9640dc32df300 (patch)
treeb9565ec409b49999285cc220275adee9ba47dee2 /security/py-bcrypt
parenta2ecb8577bd81852e761b94d4847108d700d0584 (diff)
downloadfreebsd-ports-gnome-2dda8e3d20b50cfe76ec9a0795b9640dc32df300.tar.gz
freebsd-ports-gnome-2dda8e3d20b50cfe76ec9a0795b9640dc32df300.tar.zst
freebsd-ports-gnome-2dda8e3d20b50cfe76ec9a0795b9640dc32df300.zip
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
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r--security/py-bcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index bd846705470f..b4bf1079bf12 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -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