From 27db31cc21e1eda591b7375744b39bfe4f9c34b2 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 1 Mar 2026 23:24:08 +0200 Subject: [PATCH] python3.pkgs.pyrate-limiter: fix build on darwin --- pkgs/development/python-modules/pyrate-limiter/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/pyrate-limiter/default.nix b/pkgs/development/python-modules/pyrate-limiter/default.nix index c7645a495119..0e72fcf27736 100644 --- a/pkgs/development/python-modules/pyrate-limiter/default.nix +++ b/pkgs/development/python-modules/pyrate-limiter/default.nix @@ -80,6 +80,9 @@ buildPythonPackage rec { "tests/test_postgres_concurrent.py" ]; + # For redisTestHook + __darwinAllowLocalNetworking = true; + pythonImportsCheck = [ "pyrate_limiter" ]; meta = {