diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index f737a8988a83..6fb8b054fff3 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,24 +1,23 @@ PORTNAME= elementpath DISTVERSION= 2.5.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.7+ pytest USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest +# https://github.com/sissaschool/elementpath/issues/41 +PYTEST_BROKEN_TESTS= test_exp_math_function .include