We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee24355 + ca01f3f commit 9dc5544Copy full SHA for 9dc5544
pkgs/development/python-modules/billiard/default.nix
@@ -31,6 +31,11 @@ buildPythonPackage rec {
31
32
pythonImportsCheck = [ "billiard" ];
33
34
+ disabledTests = [
35
+ # time sensitive
36
+ "test_on_ready_counter_is_synchronized"
37
+ ];
38
+
39
meta = {
40
description = "Python multiprocessing fork with improvements and bugfixes";
41
homepage = "https://github.com/celery/billiard";
0 commit comments