python311Packages.dulwich: disable flaky test file on high cores

This commit is contained in:
Sandro Jäckel
2024-01-26 15:59:53 +01:00
parent da25b2382d
commit dbd8ac7c8f
@@ -74,6 +74,8 @@ buildPythonPackage rec {
disabledTestPaths = [
# missing test inputs
"dulwich/contrib/test_swift_smoke.py"
# flaky on high core count >4
"dulwich/tests/compat/test_client.py"
];
pythonImportsCheck = [