Skip to content

Commit

Permalink
python3Packages.duet: disable failing test due to builder being too b…
Browse files Browse the repository at this point in the history
…usy (#358371)
  • Loading branch information
wegank authored Nov 23, 2024
2 parents 91c9942 + a8a042f commit 27618b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/duet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 27618b2

Please sign in to comment.