mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
python312Packages.billiard: disable time sensitive tests
This commit is contained in:
parent
c3f9d32635
commit
ca01f3f156
@ -31,6 +31,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "billiard" ];
|
||||
|
||||
disabledTests = [
|
||||
# time sensitive
|
||||
"test_on_ready_counter_is_synchronized"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Python multiprocessing fork with improvements and bugfixes";
|
||||
homepage = "https://github.com/celery/billiard";
|
||||
|
Loading…
Reference in New Issue
Block a user