disables tests for old python2 port, consistent with the common situation

in the ports tree
This commit is contained in:
sthen 2022-05-12 19:30:06 +00:00
parent 784fd02fa8
commit 805e090efb

View File

@ -1,5 +1,7 @@
COMMENT= simple scripting language for web browsing
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
DISTNAME= twill-0.9
REVISION= 8
CATEGORIES= www
@ -17,15 +19,8 @@ MASTER_SITES= http://darcs.idyll.org/~t/projects/
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_SETUPTOOLS= Yes
TEST_DEPENDS= www/py-quixote \
devel/py-nose \
www/tidyp
# test-basic test requires user input for getpassword
TEST_IS_INTERACTIVE = Yes
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/twill
@ -35,7 +30,4 @@ post-install:
-exec ${INSTALL_DATA} {} ${PREFIX}/share/doc/twill/{} \;
rm -fr ${WRKSRC}/twill.egg-info
do-test:
cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests -v tests
.include <bsd.port.mk>