Date: Sat, 6 Aug 2022 22:23:13 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a93cd97f3c76 - main - biology/py-ete3: Add tests Message-ID: <202208062223.276MND2t058691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208062223.276MND2t058691>