python311Packages.zeep: disable failing tests
This commit is contained in:
parent
a245b3da25
commit
4cc0c389e0
1 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,15 @@ buildPythonPackage rec {
|
|||
]
|
||||
++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
|
||||
|
||||
disabledTests = [
|
||||
# Failed: External connections not allowed during tests.
|
||||
"test_has_expired"
|
||||
"test_has_not_expired"
|
||||
"test_memory_cache_timeout"
|
||||
"test_bytes_like_password_digest"
|
||||
"test_password_digest"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue