]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/smb: add grpc dependencies to the tests
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 1 Jul 2026 17:51:14 +0000 (13:51 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 11 Jul 2026 14:38:31 +0000 (10:38 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/workunits/smb/smb_tests.sh

index 8bb33ca4b03204cd92b2c65c42815c087578369f..eda1a405649cbd0a0632ec9c3419e0f17e8b4026 100755 (executable)
@@ -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 "$@"