python3Packages.curio: disable stuck threading test

This commit is contained in:
Martin Weinelt
2025-08-09 01:59:44 +02:00
parent e651d115d5
commit 6a0b01e608

View File

@@ -38,6 +38,7 @@ buildPythonPackage rec {
"test_ssl_outgoing" # touches network
"test_unix_echo" # socket bind error on hydra when built with other packages
"test_unix_ssl_server" # socket bind error on hydra when built with other packages
"test_task_group_thread" # stuck
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# connects to python.org:1, expects an OsError, hangs in the darwin sandbox