From 9bb7cacd8b63ad99281870d17f2deba9a2efc9c0 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 20 Sep 2024 19:48:11 +0300 Subject: [PATCH] Revert "python3Packages.dulwich: skip problematic tests" This reverts commit 027642ab3634e2bbca5368cd157b443574d217da. Git 2.46.1 no longer crashes. --- pkgs/development/python-modules/dulwich/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix index 0618a1b2aaea..436dae6ee78f 100644 --- a/pkgs/development/python-modules/dulwich/default.nix +++ b/pkgs/development/python-modules/dulwich/default.nix @@ -76,9 +76,6 @@ 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;