lol

Merge pull request #172236 from Mindavi/eventlet/disable-failing-test

python3Packages.eventlet: disable failing test

authored by

Thiago Kenji Okada and committed by
GitHub
0815e57b d9eab224

+2
+2
pkgs/development/python-modules/eventlet/default.nix
··· 59 "test_patcher_existing_locks_locked" 60 # broken with pyopenssl 22.0.0 61 "test_sendall_timeout" 62 ]; 63 64 disabledTestPaths = [
··· 59 "test_patcher_existing_locks_locked" 60 # broken with pyopenssl 22.0.0 61 "test_sendall_timeout" 62 + ] ++ lib.optionals stdenv.isAarch64 [ 63 + "test_fork_after_monkey_patch" 64 ]; 65 66 disabledTestPaths = [