python3Packages.uvloop: skip test

the skipped test for darwin also fails on linux, so skip it there, too

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2023-03-05 20:40:22 +01:00
parent 6413316565
commit f27f1333b3
@@ -66,14 +66,14 @@ buildPythonPackage rec {
# Tries to run "env", but fails to find it
"--deselect=tests/test_process.py::Test_UV_Process::test_process_env_2"
"--deselect=tests/test_process.py::Test_AIO_Process::test_process_env_2"
# 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.isAarch64) [
# Broken: https://github.com/NixOS/nixpkgs/issues/160904
"--deselect=tests/test_context.py::Test_UV_Context::test_create_ssl_server_manual_connection_lost"
# Segmentation fault
"--deselect=tests/test_fs_event.py::Test_UV_FS_EVENT_RENAME::test_fs_event_rename"
# 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"
];
disabledTestPaths = [