aboutsummaryrefslogtreecommitdiff
path: root/math/py-chaospy/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-01-03 22:14:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-01-03 22:26:42 +0000
commit825ad3c76f2453a3f83a6ac48b58cecf9bd654a4 (patch)
tree04885895a5c68f1b2f3cb43a56cad80df01b34b3 /math/py-chaospy/Makefile
parent359b46d9f40fa454e77469eaf03312bbb6621150 (diff)
downloadports-825ad3c76f2453a3f83a6ac48b58cecf9bd654a4.tar.gz
ports-825ad3c76f2453a3f83a6ac48b58cecf9bd654a4.zip
math/py-chaospy: Update 4.3.3 -> 4.3.4
Reported by: portscout
Diffstat (limited to 'math/py-chaospy/Makefile')
-rw-r--r--math/py-chaospy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-chaospy/Makefile b/math/py-chaospy/Makefile
index 6289dd626742..6956574c80b4 100644
--- a/math/py-chaospy/Makefile
+++ b/math/py-chaospy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= chaospy
-DISTVERSION= 4.3.3
+DISTVERSION= 4.3.4
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +19,7 @@ USE_PYTHON= distutils autoplist
NO_ARCH= yes
+do-test: # tests fail: https://github.com/jonathf/chaospy/issues/366
+ @cd ${WRKSRC} && pytest --doctest-modules chaospy/
+
.include <bsd.port.mk>