[Backport release-24.11] python3Packages.duet: disable failing test due to builder being too busy (#358482)

This commit is contained in:
Weijia Wang 2024-11-23 17:34:36 +01:00 committed by GitHub
commit b1471a0f31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "duet" ];
disabledTests = [
# test fails because builder is too busy and cannot finish quickly enough
"test_repeated_sleep"
];
meta = with lib; {
description = "Simple future-based async library for python";
homepage = "https://github.com/google/duet";