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

python3Packages.eventlet: disable failing test
main
Thiago Kenji Okada 2 years ago committed by GitHub
commit 0815e57b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/python-modules/eventlet/default.nix

@ -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…
Cancel
Save