diff options
Diffstat (limited to 'databases/py-sqlalchemy09/Makefile')
-rw-r--r-- | databases/py-sqlalchemy09/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlalchemy09/Makefile b/databases/py-sqlalchemy09/Makefile index 8a33a019944..165f2dfe5e7 100644 --- a/databases/py-sqlalchemy09/Makefile +++ b/databases/py-sqlalchemy09/Makefile @@ -76,6 +76,6 @@ do-test: .if ${PYTHON_REL} >= 3000 ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test .endif - @cd ${WRKSRC} && py.test + @(cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include <bsd.port.post.mk> |