Skip to content

Commit 9dc5544

Browse files
authored
python312Packages.billiard: disable time sensitive tests (NixOS#357595)
2 parents ee24355 + ca01f3f commit 9dc5544

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/billiard/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ buildPythonPackage rec {
3131

3232
pythonImportsCheck = [ "billiard" ];
3333

34+
disabledTests = [
35+
# time sensitive
36+
"test_on_ready_counter_is_synchronized"
37+
];
38+
3439
meta = {
3540
description = "Python multiprocessing fork with improvements and bugfixes";
3641
homepage = "https://github.com/celery/billiard";

0 commit comments

Comments
 (0)