Unverified Commit e14da2fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #284028 from SuperSandro2000/dulwich-flaky

 python311Packages.dulwich: disable flaky test file on high cores 
parents 1d4d3b4e dbd8ac7c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [