Revert "python3Packages.dulwich: skip problematic tests"

This reverts commit 027642ab36.

Git 2.46.1 no longer crashes.
This commit is contained in:
K900
2024-09-20 19:48:11 +03:00
parent aeeb21d9ac
commit 9bb7cacd8b
@@ -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;