svn commit: r452387 - head/security/py-bcrypt

Danilo G. Baio dbaio at FreeBSD.org
Wed Oct 18 22:04:28 UTC 2017


Author: dbaio
Date: Wed Oct 18 22:04:26 2017
New Revision: 452387
URL: https://svnweb.freebsd.org/changeset/ports/452387

Log:
  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

Modified:
  head/security/py-bcrypt/Makefile

Modified: head/security/py-bcrypt/Makefile
==============================================================================
--- head/security/py-bcrypt/Makefile	Wed Oct 18 22:02:12 2017	(r452386)
+++ head/security/py-bcrypt/Makefile	Wed Oct 18 22:04:26 2017	(r452387)
@@ -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


More information about the svn-ports-all mailing list