Merge #176995: python3Packages.black: disable all tests on aarch64-linux

This commit is contained in:
Vladimír Čunát 2022-06-09 08:53:35 +02:00
commit 70b752efe1
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -60,11 +60,9 @@ buildPythonPackage rec {
# Fail on Hydra, see https://github.com/NixOS/nixpkgs/pull/130785
"test_bpo_2142_workaround"
"test_skip_magic_trailing_comma"
] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [
# they exceed max open files on hydra builders
"test_blackd_supported_version"
"test_cors_headers_present"
];
# multiple tests exceed max open files on hydra builders
doCheck = !(stdenv.isLinux && stdenv.isAarch64);
propagatedBuildInputs = [
aiohttp