git: a93cd97f3c76 - main - biology/py-ete3: Add tests

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 06 Aug 2022 22:23:13 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a93cd97f3c76f9d378f4a56f33cfaa5a04790bdd

commit a93cd97f3c76f9d378f4a56f33cfaa5a04790bdd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-06 21:54:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-06 22:23:11 +0000

    biology/py-ete3: Add tests
---
 biology/py-ete3/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/biology/py-ete3/Makefile b/biology/py-ete3/Makefile
index 6451a97d0f66..4cbb74719c54 100644
--- a/biology/py-ete3/Makefile
+++ b/biology/py-ete3/Makefile
@@ -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>