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
commit e14da2fd2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [