Merge pull request #284028 from SuperSandro2000/dulwich-flaky

python311Packages.dulwich: disable flaky test file on high cores
This commit is contained in:
Nick Cao
2024-01-29 09:55:38 -05:00
committed by GitHub
@@ -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 = [