biology/py-ete3: Add tests

This commit is contained in:
Yuri Victorovich 2022-08-06 14:54:57 -07:00
parent 3618e3117f
commit a93cd97f3c

View File

@ -18,10 +18,11 @@ BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python:3.5+ pyqt:5 shebangfix
SHEBANG_GLOB= *.py
USE_PYTHON= distutils concurrent autoplist
USE_PYTHON= distutils concurrent autoplist pytest # some tests fail, see https://github.com/etetoolkit/ete/issues/643
USE_PYQT= pyqt5
SHEBANG_GLOB= *.py
NO_ARCH= yes
.include <bsd.port.mk>