Merge pull request #170155 from SuperSandro2000/curio

python310Packages.curio: ignore not timing out test

authored by Artturi and committed by GitHub fdaf2ed5 cd9d1feb

+2 -1
+2 -1
pkgs/development/python-modules/curio/default.nix
··· 26 26 27 27 disabledTests = [ 28 28 "test_aside_basic" # times out 29 + "test_write_timeout" # flaky, does not always time out 29 30 "test_aside_cancel" # fails because modifies PYTHONPATH and cant find pytest 30 31 "test_ssl_outgoing" # touches network 31 - ] ++ lib.optionals (stdenv.isDarwin) [ 32 + ] ++ lib.optionals stdenv.isDarwin [ 32 33 "test_unix_echo" # socket bind error on hydra when built with other packages 33 34 "test_unix_ssl_server" # socket bind error on hydra when built with other packages 34 35 ];