Skip to content

Commit

Permalink
biology/py-ete3: Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 6, 2022
1 parent 3618e31 commit a93cd97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions biology/py-ete3/Makefile
Expand Up @@ -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>

0 comments on commit a93cd97

Please sign in to comment.