python3.pkgs.pyrate-limiter: fix build on darwin

This commit is contained in:
Doron Behar
2026-03-04 11:22:25 +02:00
parent 617ac57368
commit 27db31cc21
@@ -80,6 +80,9 @@ buildPythonPackage rec {
"tests/test_postgres_concurrent.py"
];
# For redisTestHook
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "pyrate_limiter" ];
meta = {