From f954e8acd71b179652976008ff5c10cfd8bbc333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 9 Jun 2022 08:07:08 +0200 Subject: [PATCH] python3Packages.black: disable another test on aarch64-linux Basically the same as commit 3fcf9f18ddf. https://hydra.nixos.org/build/179644263 --- pkgs/development/python-modules/black/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/black/default.nix b/pkgs/development/python-modules/black/default.nix index dd0a4662ce7c..f47c8849cfc1 100644 --- a/pkgs/development/python-modules/black/default.nix +++ b/pkgs/development/python-modules/black/default.nix @@ -61,8 +61,9 @@ buildPythonPackage rec { "test_bpo_2142_workaround" "test_skip_magic_trailing_comma" ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ - # exceeds max open files on hydra builders + # they exceed max open files on hydra builders "test_blackd_supported_version" + "test_cors_headers_present" ]; propagatedBuildInputs = [