From 4c5d04c5f9c1384c878976e6fa6faf4283ec7fef Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 30 Aug 2024 08:05:52 +0200 Subject: [PATCH] hatch: skip failing test --- pkgs/by-name/ha/hatch/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/ha/hatch/package.nix b/pkgs/by-name/ha/hatch/package.nix index 141fb9a51ec6..5ae22d698f21 100644 --- a/pkgs/by-name/ha/hatch/package.nix +++ b/pkgs/by-name/ha/hatch/package.nix @@ -96,6 +96,9 @@ python3Packages.buildPythonApplication rec { "test_uv_env" "test_pyenv" "test_pypirc" + # Relies on FHS + # Could not read ELF interpreter from any of the following paths: /bin/sh, /usr/bin/env, /bin/dash, /bin/ls + "test_new_selected_python" ] ++ lib.optionals stdenv.isDarwin [ # https://github.com/NixOS/nixpkgs/issues/209358