mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
qa/workunits/smb: add grpc dependencies to the tests
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
79ed468612
commit
bb01b31129
@ -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 "$@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user