python312Packages.rq: disable failing test

This commit is contained in:
Fabian Affolter 2024-04-26 16:11:43 +02:00
parent 8b014acdfe
commit 68a17d0de4
1 changed files with 5 additions and 0 deletions

View File

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