python3Packages.curio: disable stuck threading test

Changed files
+1
pkgs
development
python-modules
curio
+1
pkgs/development/python-modules/curio/default.nix
···
"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
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# connects to python.org:1, expects an OsError, hangs in the darwin sandbox
···
"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