git: 191ba0c960fa - main - security/py-pysaml24: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:22:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=191ba0c960fad7ea59a3d78319c8088ca56e5a28 commit 191ba0c960fad7ea59a3d78319c8088ca56e5a28 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:15:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:15:09 +0000 security/py-pysaml24: Cosmetic change --- security/py-pysaml24/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/py-pysaml24/Makefile b/security/py-pysaml24/Makefile index 2b4dbfc6188a..2162039b9042 100644 --- a/security/py-pysaml24/Makefile +++ b/security/py-pysaml24/Makefile @@ -30,14 +30,15 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} USES= cpe python:3.6+ -CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +CPE_VENDOR= pysaml2_project + PORTSCOUT= limit:^4\. do-test: - @(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest) + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include <bsd.port.mk>