aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:58:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:58:02 +0000
commit745b1c3b10cf91aec9b8ed562c113ada681f54a4 (patch)
tree77b916efbf3d949d3abf11e8d7ce1eeee8a31f93
parent13a0bc621e37f4376969e07121b5da019e562fcc (diff)
downloadports-745b1c3b10cf91aec9b8ed562c113ada681f54a4.tar.gz
ports-745b1c3b10cf91aec9b8ed562c113ada681f54a4.zip
www/py-requests-oauthlib: Convert to USE_PYTHON=unittest
-rw-r--r--www/py-requests-oauthlib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile
index 53e2353f5529..e0bafa40c3e2 100644
--- a/www/py-requests-oauthlib/Makefile
+++ b/www/py-requests-oauthlib/Makefile
@@ -18,11 +18,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
-
.include <bsd.port.mk>