black: Disable failing tests on Darwin (#130785)

Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
toonn 2021-10-03 23:02:22 +02:00 committed by GitHub
parent 79f1fdbf9d
commit be01e0f3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,9 @@ buildPythonPackage rec {
] ++ lib.optionals stdenv.isDarwin [
# fails on darwin
"test_expression_diff"
# Fail on Hydra, see https://github.com/NixOS/nixpkgs/pull/130785
"test_bpo_2142_workaround"
"test_skip_magic_trailing_comma"
];
propagatedBuildInputs = [