Skip to content

Commit

Permalink
devel/py-arpeggio: Convert to USE_PYTHON=pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 9, 2022
1 parent df63734 commit 4e0569d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions devel/py-arpeggio/Makefile
Expand Up @@ -12,14 +12,9 @@ COMMENT= Parser interpreter based on PEG grammars

LICENSE= MIT

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent distutils pytest

NO_ARCH= yes

do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v

.include <bsd.port.mk>

0 comments on commit 4e0569d

Please sign in to comment.