qa/workunits/smb: add grpc dependencies to the tests

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2026-07-01 13:51:14 -04:00
parent 79ed468612
commit bb01b31129

View File

@ -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 "$@"