aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-traitsui/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-09-10 00:37:55 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-09-10 00:37:55 +0000
commit378c6726b8daf3ceee0abd2fa487892b56393045 (patch)
treec51bcf95743a7c68af12d6a0947d9cbff47ef978 /graphics/py-traitsui/Makefile
parent7a33a786c69c59775a75f8271386faf5376fbf6d (diff)
downloadports-378c6726b8daf3ceee0abd2fa487892b56393045.tar.gz
ports-378c6726b8daf3ceee0abd2fa487892b56393045.zip
Notes
Diffstat (limited to 'graphics/py-traitsui/Makefile')
-rw-r--r--graphics/py-traitsui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-traitsui/Makefile b/graphics/py-traitsui/Makefile
index bcc952437e31..327a99f0d969 100644
--- a/graphics/py-traitsui/Makefile
+++ b/graphics/py-traitsui/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= traitsui
-PORTVERSION= 6.1.2
+PORTVERSION= 6.1.3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -57,6 +57,6 @@ do-test:
# Note: The occurences of "qt4" aren't typos
do-test-QT5-on:
@cd ${WRKSRC} && ${SETENV} ETS_TOOLKIT=qt4 QT_API=pyqt5 \
- ${PYTHON_CMD} -m nose -v -e 'test_wrap_text_narrow_short' traitsui.qt4.tests
+ ${PYTHON_CMD} -m nose -v traitsui.qt4.tests
.include <bsd.port.mk>