aboutsummaryrefslogtreecommitdiff
path: root/devel/py-hypothesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-hypothesis/Makefile')
-rw-r--r--devel/py-hypothesis/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index a9b76474537f..c8c7df5f510b 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,7 +1,7 @@
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
PORTNAME= hypothesis
-PORTVERSION= 6.46.7
+PORTVERSION= 6.46.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -49,7 +49,4 @@ PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAV
PYTZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR}
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
-
.include <bsd.port.mk>