diff options
| author | Kubilay Kocak <koobs@FreeBSD.org> | 2020-02-17 08:00:54 +0000 |
|---|---|---|
| committer | Kubilay Kocak <koobs@FreeBSD.org> | 2020-02-17 08:00:54 +0000 |
| commit | 4020008ac574a3ef4bc147bf02138e7929ae5805 (patch) | |
| tree | c1fba001c8851daa12cc6f399f32a73a16108d9b /sysutils/py-diffoscope/Makefile | |
| parent | 4fecb1d4cd7b2d28f9e4f9084b38cef438f50cdf (diff) | |
Notes
Diffstat (limited to 'sysutils/py-diffoscope/Makefile')
| -rw-r--r-- | sysutils/py-diffoscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index f96019727330..30fac6f8929d 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 108 +PORTVERSION= 136 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +27,6 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test --pytest-args="-rsx -l -vv" + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= .include <bsd.port.mk> |
