git: 83551ccc1b33 - main - audio/py-discid: Simplify regression tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 20:32:59 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=83551ccc1b3339fc2192fad42f3b8eadcd99b68e commit 83551ccc1b3339fc2192fad42f3b8eadcd99b68e Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2022-10-31 19:46:23 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2022-11-01 20:32:48 +0000 audio/py-discid: Simplify regression tests --- audio/py-discid/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/audio/py-discid/Makefile b/audio/py-discid/Makefile index 638cc3a202cc..d780a1f5cb6b 100644 --- a/audio/py-discid/Makefile +++ b/audio/py-discid/Makefile @@ -14,11 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libdiscid.so:audio/libdiscid USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils unittest NO_ARCH= yes -TEST_TARGET= test -DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP} - .include <bsd.port.mk>