python3Packages.dulwich: skip problematic tests

It's not very precise; unittestCheckHook doesn't support better?
This commit is contained in:
Vladimír Čunát 2024-08-31 08:45:09 +02:00
parent 8158f1d5b3
commit 027642ab36
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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;