python3Packages.curio: Fix Linux build

In one of our internal mass rebuilds at work we noticed this package
fail on Linux and the two tests that failed were exactly the ones that
had already been disabled on macOS, so this also disables them on
Linux.
This commit is contained in:
Gabriella Gonzalez 2023-02-28 13:06:34 -08:00 committed by Martin Weinelt
parent 5e465f988c
commit cfefc5c537

View File

@ -30,7 +30,6 @@ buildPythonPackage rec {
"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 [
"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
];