Commit 68a17d0d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.rq: disable failing test

parent 8b014acd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";