backblaze-b2: Add missing checkInput tenacity

Tests failed for me on x86_64-linux before this change since #429515.
Adding the missing module lets them pass again.
This commit is contained in:
phaer
2025-08-01 13:39:11 +02:00
parent f80495afef
commit ed82d67991
+1
View File
@@ -52,6 +52,7 @@ python3Packages.buildPythonApplication rec {
pexpect
pytestCheckHook
pytest-xdist
tenacity
];
preCheck = ''