From 376ba221020775ad694c838b0fbcb68f54bd2659 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 28 Mar 2026 14:27:35 +0100 Subject: [PATCH] python3Packages.hatch: skip failing test on darwin --- pkgs/development/python-modules/hatch/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/hatch/default.nix b/pkgs/development/python-modules/hatch/default.nix index 909df93a064a..c95b052cfcef 100644 --- a/pkgs/development/python-modules/hatch/default.nix +++ b/pkgs/development/python-modules/hatch/default.nix @@ -168,6 +168,9 @@ buildPythonPackage (finalAttrs: { "test_macos_archflags" "test_macos_max_compat" + # AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep... + "test_install_project_no_dev_mode" + # https://github.com/pypa/hatch/issues/1942 "test_features" "test_sync_dynamic_dependencies"