summaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-elasticsearch')
-rw-r--r--textproc/py-elasticsearch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile
index 8d23d464f107..f0b97d1abcdc 100644
--- a/textproc/py-elasticsearch/Makefile
+++ b/textproc/py-elasticsearch/Makefile
@@ -37,4 +37,7 @@ REQUESTS_DESC= Enable requests support
ASYNC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3<4:www/py-aiohttp@${PY_FLAVOR}
REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0<3.0.0:www/py-requests@${PY_FLAVOR}
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m nose -v
+
.include <bsd.port.mk>