From 2dda8e3d20b50cfe76ec9a0795b9640dc32df300 Mon Sep 17 00:00:00 2001 From: dbaio Date: Wed, 18 Oct 2017 22:04:26 +0000 Subject: 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 --- security/py-bcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/py-bcrypt') 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 -- cgit