We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2c071 commit 30218c5Copy full SHA for 30218c5
pkgs/development/python-modules/uvloop/default.nix
@@ -61,6 +61,9 @@ buildPythonPackage rec {
61
"--deselect=tests/test_process.py::Test_UV_Process::test_process_streams_redirect"
62
"--deselect=tests/test_process.py::Test_AIO_Process::test_process_streams_redirect"
63
]
64
+ ++ lib.optionals (pythonOlder "3.11") [
65
+ "--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_failed_certificat"
66
+ ]
67
++ lib.optionals (stdenv.hostPlatform.isDarwin) [
68
# Segmentation fault
69
"--deselect=tests/test_fs_event.py::Test_UV_FS_EVENT_RENAME::test_fs_event_rename"
0 commit comments