Skip to content

Commit 30218c5

Browse files
mweineltphanirithvij
authored andcommitted
python310Packages.uvloop: disable failing test
1 parent ce2c071 commit 30218c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/uvloop/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ buildPythonPackage rec {
6161
"--deselect=tests/test_process.py::Test_UV_Process::test_process_streams_redirect"
6262
"--deselect=tests/test_process.py::Test_AIO_Process::test_process_streams_redirect"
6363
]
64+
++ lib.optionals (pythonOlder "3.11") [
65+
"--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_failed_certificat"
66+
]
6467
++ lib.optionals (stdenv.hostPlatform.isDarwin) [
6568
# Segmentation fault
6669
"--deselect=tests/test_fs_event.py::Test_UV_FS_EVENT_RENAME::test_fs_event_rename"

0 commit comments

Comments
 (0)