git: e267b574dbc8 - main - sysutils/s-tui: switch to USES=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Apr 2022 12:33:14 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e267b574dbc8e77b10e56d33a73ef8384dffa7fd
commit e267b574dbc8e77b10e56d33a73ef8384dffa7fd
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-20 12:23:26 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-20 12:32:15 +0000
sysutils/s-tui: switch to USES=pytest
---
sysutils/s-tui/Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/sysutils/s-tui/Makefile b/sysutils/s-tui/Makefile
index 171a8b18c9c1..bc88c78dd7de 100644
--- a/sysutils/s-tui/Makefile
+++ b/sysutils/s-tui/Makefile
@@ -12,16 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.6.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>=2.0.1:devel/py-urwid@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python
+USES= python pytest
USE_GITHUB= yes
GH_ACCOUNT= amanusk
USE_PYTHON= distutils noflavors autoplist
-
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
-
.include <bsd.port.mk>