Skip to content

Commit

Permalink
audio/py-aubio: Simplify regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Nov 1, 2022
1 parent 4218fb6 commit 9e65607
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions audio/py-aubio/Makefile
Expand Up @@ -8,14 +8,10 @@ COMMENT= Python bindings for aubio music analysis
LIB_DEPENDS= libaubio.so:audio/aubio
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= sox:audio/sox \
${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= sox:audio/sox

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

TEST_TARGET= ${WRKSRC}/python
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER}
USES+= python:3.7+
USE_PYTHON= autoplist concurrent distutils pytest

MASTERDIR= ${.CURDIR}/../../audio/aubio
SLAVEPORT= py
Expand Down

0 comments on commit 9e65607

Please sign in to comment.