Merge pull request #172236 from Mindavi/eventlet/disable-failing-test
python3Packages.eventlet: disable failing test
This commit is contained in:
commit
0815e57b8d
@ -59,6 +59,8 @@ buildPythonPackage rec {
|
||||
"test_patcher_existing_locks_locked"
|
||||
# broken with pyopenssl 22.0.0
|
||||
"test_sendall_timeout"
|
||||
] ++ lib.optionals stdenv.isAarch64 [
|
||||
"test_fork_after_monkey_patch"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user