about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-06-09 08:27:58 +0200
committerVladimír Čunát <v@cunat.cz>2022-06-09 08:27:58 +0200
commit421bd643854fab303ce92fe8ff468174709a4a6a (patch)
tree69b40ab66b7b33d33a59f9cac92a4b53ea5056b0 /pkgs
parent05eb6570c069276d053f26d075d48de30003f607 (diff)
parentf954e8acd71b179652976008ff5c10cfd8bbc333 (diff)
Merge #176991: python3Packages.black: disable another test on aarch64-linux
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/black/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/black/default.nix b/pkgs/development/python-modules/black/default.nix
index dd0a4662ce7cb..f47c8849cfc13 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 = [