Revert "python312Packages.rq: disable failing test"

This reverts commit 68a17d0de4.

It was also committed in cb7133f6f3 and is
causing evaluation failures on `staging`.
This commit is contained in:
Philip Taron 2024-04-26 13:07:44 -07:00 committed by Martin Weinelt
parent 037c0663b9
commit 7d3f4eadec

View File

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