Commit e707213f authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.django-redis: fix tests on Darwin

parent 6b046b46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,8 @@ buildPythonPackage rec {
    "test_delete_pattern_calls_scan_iter_with_count_if_itersize_given"
  ];

  __darwinAllowLocalNetworking = true;

  meta = with lib; {
    description = "Full featured redis cache backend for Django";
    homepage = "https://github.com/jazzband/django-redis";