python312Packages.billiard: disable time sensitive tests

This commit is contained in:
Nick Cao 2024-11-20 11:44:53 -05:00
parent c3f9d32635
commit ca01f3f156
No known key found for this signature in database

View File

@ -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";