From 027642ab3634e2bbca5368cd157b443574d217da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 31 Aug 2024 08:45:09 +0200 Subject: [PATCH] python3Packages.dulwich: skip problematic tests It's not very precise; unittestCheckHook doesn't support better? --- pkgs/development/python-modules/dulwich/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix index 436dae6ee78f..0618a1b2aaea 100644 --- a/pkgs/development/python-modules/dulwich/default.nix +++ b/pkgs/development/python-modules/dulwich/default.nix @@ -76,6 +76,9 @@ buildPythonPackage rec { # ImportError: attempted relative import beyond top-level package rm tests/test_greenthreads.py + + # git crashes; https://github.com/jelmer/dulwich/issues/1359 + rm tests/compat/test_pack.py ''; doCheck = !stdenv.isDarwin;