Loading pkgs/by-name/di/diffoscope/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -278,10 +278,12 @@ python.pkgs.buildPythonApplication rec { # Fails because it fails to determine llvm version "test_item3_deflate_llvm_bitcode" # Flaky test on Linux and Darwin "test_non_unicode_filename" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Disable flaky tests on Darwin "test_non_unicode_filename" "test_listing" "test_symlink_root" Loading Loading
pkgs/by-name/di/diffoscope/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -278,10 +278,12 @@ python.pkgs.buildPythonApplication rec { # Fails because it fails to determine llvm version "test_item3_deflate_llvm_bitcode" # Flaky test on Linux and Darwin "test_non_unicode_filename" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Disable flaky tests on Darwin "test_non_unicode_filename" "test_listing" "test_symlink_root" Loading