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 = [