mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
[Backport release-24.11] python3Packages.duet: disable failing test due to builder being too busy (#358482)
This commit is contained in:
commit
b1471a0f31
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user