Commit 7d3f4ead authored by Philip Taron's avatar Philip Taron Committed by Martin Weinelt
Browse files

Revert "python312Packages.rq: disable failing test"

This reverts commit 68a17d0d.

It was also committed in cb7133f6 and is
causing evaluation failures on `staging`.
parent 037c0663
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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/";