python312Packages.uvloop: disable flaky test (#358435)

Changed files
+2
pkgs
development
python-modules
uvloop
+2
pkgs/development/python-modules/uvloop/default.nix
···
# 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"
+
# Depends on performance of builder
+
"--deselect=tests/test_base.py::TestBaseUV.test_call_at"
]
++ lib.optionals (pythonOlder "3.11") [
"--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_failed_certificat"