Merge pull request #170155 from SuperSandro2000/curio
python310Packages.curio: ignore not timing out test
This commit is contained in:
commit
fdaf2ed540
@ -26,9 +26,10 @@ buildPythonPackage rec {
|
||||
|
||||
disabledTests = [
|
||||
"test_aside_basic" # times out
|
||||
"test_write_timeout" # flaky, does not always time out
|
||||
"test_aside_cancel" # fails because modifies PYTHONPATH and cant find pytest
|
||||
"test_ssl_outgoing" # touches network
|
||||
] ++ lib.optionals (stdenv.isDarwin) [
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user