Commit 27db31cc authored by Doron Behar's avatar Doron Behar
Browse files

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

parent 617ac573
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ buildPythonPackage rec {
    "tests/test_postgres_concurrent.py"
  ];

  # For redisTestHook
  __darwinAllowLocalNetworking = true;

  pythonImportsCheck = [ "pyrate_limiter" ];

  meta = {