python3Packages.curio: disable stuck threading test
This commit is contained in:
@@ -38,6 +38,7 @@ buildPythonPackage rec {
|
|||||||
"test_ssl_outgoing" # touches network
|
"test_ssl_outgoing" # touches network
|
||||||
"test_unix_echo" # socket bind error on hydra when built with other packages
|
"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_unix_ssl_server" # socket bind error on hydra when built with other packages
|
||||||
|
"test_task_group_thread" # stuck
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
# connects to python.org:1, expects an OsError, hangs in the darwin sandbox
|
# connects to python.org:1, expects an OsError, hangs in the darwin sandbox
|
||||||
|
|||||||
Reference in New Issue
Block a user