From cfefc5c537b45592e232be56884c33b9abe1c2e1 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Tue, 28 Feb 2023 13:06:34 -0800 Subject: [PATCH] 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. --- pkgs/development/python-modules/curio/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/curio/default.nix b/pkgs/development/python-modules/curio/default.nix index 19a09d100e25..d484dc985976 100644 --- a/pkgs/development/python-modules/curio/default.nix +++ b/pkgs/development/python-modules/curio/default.nix @@ -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 ];