Unverified Commit dbd8ac7c authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python311Packages.dulwich: disable flaky test file on high cores

parent da25b238
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 = [