forked from mirrors/nixpkgs
python39Packages.eventlet: disable failing test with pyopenssl 22.0.0
This commit is contained in:
parent
cc6b51db86
commit
18aadd72b9
|
@ -57,6 +57,8 @@ buildPythonPackage rec {
|
|||
"test_hosts_no_network"
|
||||
"test_leakage_from_tracebacks"
|
||||
"test_patcher_existing_locks_locked"
|
||||
# broken with pyopenssl 22.0.0
|
||||
"test_sendall_timeout"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue