Commit 30218c53 authored by Martin Weinelt's avatar Martin Weinelt Committed by phanirithvij
Browse files

python310Packages.uvloop: disable failing test

parent ce2c071f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,6 +61,9 @@ buildPythonPackage rec {
      "--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 (pythonOlder "3.11") [
      "--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_failed_certificat"
    ]
    ++ lib.optionals (stdenv.hostPlatform.isDarwin) [
      # Segmentation fault
      "--deselect=tests/test_fs_event.py::Test_UV_FS_EVENT_RENAME::test_fs_event_rename"