From bb01b31129d3917a4f9c86f2f3f0162e0f402fac Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 1 Jul 2026 13:51:14 -0400 Subject: [PATCH] qa/workunits/smb: add grpc dependencies to the tests Signed-off-by: John Mulligan --- qa/workunits/smb/smb_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/smb/smb_tests.sh b/qa/workunits/smb/smb_tests.sh index 8bb33ca4b03..eda1a405649 100755 --- a/qa/workunits/smb/smb_tests.sh +++ b/qa/workunits/smb/smb_tests.sh @@ -23,5 +23,5 @@ fi trap cleanup EXIT cd "${HERE}" -"${VENV}/bin/${PY}" -m pip install pytest 'smbprotocol<1.17.0' +"${VENV}/bin/${PY}" -m pip install pytest 'smbprotocol<1.17.0' grpcio grpcio-reflection "${VENV}/bin/${PY}" -m pytest -v "$@" -- 2.47.3