···6868 ] ++ lib.optionals stdenv.isDarwin [
6969 # https://github.com/NixOS/nixpkgs/issues/209358
7070 "test_scripts_no_environment"
7171+7272+ # This test assumes it is running on macOS with a system shell on the PATH.
7373+ # It is not possible to run it in a nix build using a /nix/store shell.
7474+ # See https://github.com/pypa/hatch/pull/709 for the relevant code.
7575+ "test_populate_default_popen_kwargs_executable"
7176 ];
72777378 meta = with lib; {