python3Packages.black: disable another test on aarch64-linux

Basically the same as commit 3fcf9f18dd.
https://hydra.nixos.org/build/179644263
This commit is contained in:
Vladimír Čunát 2022-06-09 08:07:08 +02:00
parent 05eb6570c0
commit f954e8acd7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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