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:
@@ -52,6 +52,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pexpect
|
||||
pytestCheckHook
|
||||
pytest-xdist
|
||||
tenacity
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user