diff options
| author | Vladimír Čunát <v@cunat.cz> | 2022-06-09 08:07:08 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-09 06:33:15 +0000 |
| commit | 0ce449519ca7b2ec54833e6dac9d758361c7accc (patch) | |
| tree | b2bc64bca5b08234c79b795b8d93f15a95e759a3 | |
| parent | poetry2nix: 1.29.1 -> 1.30.0 (diff) | |
| download | nixpkgs-0ce449519ca7b2ec54833e6dac9d758361c7accc.tar.gz | |
python3Packages.black: disable another test on aarch64-linux
Basically the same as commit 3fcf9f18ddf.
https://hydra.nixos.org/build/179644263
(cherry picked from commit f954e8acd71b179652976008ff5c10cfd8bbc333)
| -rw-r--r-- | pkgs/development/python-modules/black/default.nix | 3 |
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 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 = [ |
