mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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
@ -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 New Issue
Block a user