python312Packages.rq: disable failing test
This commit is contained in:
parent
8b014acdfe
commit
68a17d0de4
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user