python312Packages.rq: disable failing test

This commit is contained in:
Fabian Affolter 2024-04-26 16:11:43 +02:00
parent 8b014acdfe
commit 68a17d0de4

View File

@ -61,6 +61,11 @@ buildPythonPackage rec {
"rq" "rq"
]; ];
disabledTests = [
# AttributeError
"test_clean_large_registry"
];
meta = with lib; { meta = with lib; {
description = "Library for creating background jobs and processing them"; description = "Library for creating background jobs and processing them";
homepage = "https://github.com/nvie/rq/"; homepage = "https://github.com/nvie/rq/";