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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user