From 7360962d5b9361e5be020554cb4898b0662523da Mon Sep 17 00:00:00 2001 From: Matt Moriarity Date: Tue, 15 Apr 2025 22:45:50 -0600 Subject: [PATCH] python3Packages.rq: fix failing tests --- pkgs/development/python-modules/rq/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/rq/default.nix b/pkgs/development/python-modules/rq/default.nix index a01dc958d179..a992a7675237 100644 --- a/pkgs/development/python-modules/rq/default.nix +++ b/pkgs/development/python-modules/rq/default.nix @@ -46,6 +46,10 @@ buildPythonPackage rec { sentry-sdk ]; + preCheck = '' + export PATH=$out/bin:$PATH + ''; + __darwinAllowLocalNetworking = true; disabledTests = [