python3Packages.simplisafe-python: disable test_update_error
if "403" in str(err): > raise InvalidCredentialsError("Unauthorized") from err E simplipy.errors.InvalidCredentialsError: Unauthorized simplipy/api.py:253: InvalidCredentialsError
This commit is contained in:
parent
475f9335f9
commit
6847ca7d13
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# simplipy/api.py:253: InvalidCredentialsError
|
||||
"test_request_error_failed_retry"
|
||||
"test_update_error"
|
||||
];
|
||||
|
||||
disabledTestPaths = [ "examples/" ];
|
||||
|
|
Loading…
Reference in a new issue