Merge pull request #213788 from SuperSandro2000/eventlet-march

python310Packages.eventlet: disable test_fork_after_monkey_patch test…
This commit is contained in:
superherointj
2023-02-13 16:50:28 -03:00
committed by GitHub
@@ -58,7 +58,7 @@ buildPythonPackage rec {
"test_patcher_existing_locks_locked"
# broken with pyopenssl 22.0.0
"test_sendall_timeout"
] ++ lib.optionals stdenv.isAarch64 [
# broken on aarch64 and when using march in gcc
"test_fork_after_monkey_patch"
];