From e54f65059d43613c32801da6ae6ae1289be41b60 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 Mar 2021 18:12:35 +0000 Subject: 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. --- security/py-asyncssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/py-asyncssh') 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 -- cgit v1.2.3