]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/smb: work around test failures by pinning smbprotocol version 70083/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 9 Jul 2026 14:28:13 +0000 (10:28 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 9 Jul 2026 14:28:13 +0000 (10:28 -0400)
Work around new tests failures (in the TestHostsAccessToggle1 tests)
where the error/exception handling has apparently changed by just
pinning the version (by excluding the new v1.17.0 and newer versions).

Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/workunits/smb/smb_tests.sh

index 24337ff6c9c3005cb30c26df5a94655897bdb1e2..8bb33ca4b03204cd92b2c65c42815c087578369f 100755 (executable)
@@ -23,5 +23,5 @@ fi
 trap cleanup EXIT
 
 cd "${HERE}"
-"${VENV}/bin/${PY}" -m pip install pytest smbprotocol
+"${VENV}/bin/${PY}" -m pip install pytest 'smbprotocol<1.17.0'
 "${VENV}/bin/${PY}" -m pytest -v "$@"