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:
parent
05eb6570c0
commit
f954e8acd7
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue