python311Packages.uvloop: Disable segfaulting test

This commit is contained in:
Martin Weinelt
2023-03-07 23:15:02 +00:00
parent 4bcdad712e
commit 8db2b705a8
@@ -69,6 +69,9 @@ buildPythonPackage rec {
# AssertionError: b'' != b'out\n'
"--deselect=tests/test_process.py::Test_UV_Process::test_process_streams_redirect"
"--deselect=tests/test_process.py::Test_AIO_Process::test_process_streams_redirect"
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
# Segmentation fault
"--deselect=tests/test_fs_event.py::Test_UV_FS_EVENT_RENAME::test_fs_event_rename"
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
# Broken: https://github.com/NixOS/nixpkgs/issues/160904
"--deselect=tests/test_context.py::Test_UV_Context::test_create_ssl_server_manual_connection_lost"