Revert "python312Packages.rq: disable failing test"
This reverts commit68a17d0de4
. It was also committed incb7133f6f3
and is causing evaluation failures on `staging`.
This commit is contained in:
parent
037c0663b9
commit
7d3f4eadec
@ -66,11 +66,6 @@ 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