aboutsummaryrefslogtreecommitdiff
path: root/security/py-asyncssh
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-03 18:12:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-03 18:12:35 +0000
commite54f65059d43613c32801da6ae6ae1289be41b60 (patch)
tree4b8e965d7ccbf65cf0372a65dedb6b9dd622285a /security/py-asyncssh
parentc7050c3636f998c97db3a6d709bd9387ed37c440 (diff)
downloadports-e54f65059d43613c32801da6ae6ae1289be41b60.tar.gz
ports-e54f65059d43613c32801da6ae6ae1289be41b60.zip
Update do-test:
It removes the warning message: WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
Notes
Notes: svn path=/head/; revision=567183
Diffstat (limited to 'security/py-asyncssh')
-rw-r--r--security/py-asyncssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index 96d5b2bb9cd2..a4281d62fd4a 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -39,6 +39,6 @@ PKCS11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.7.0:security/py-pyth
PYOPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=17.0.0:security/py-openssl@${PY_FLAVOR}
do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+ cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
.include <bsd.port.mk>